Install error are occured when drupal was running on PostgreSQL database.

"user" that used column name is postgrsql function returns current database session user id.
Below is the patch!

--- picasa.install.orig 2010-02-11 16:40:05.000000000 +0000
+++ picasa.install      2010-02-11 16:18:13.000000000 +0000
@@ -204,7 +204,7 @@
           'length' => 255,
           'not null' => FALSE,
         ),
-        'user' => array(
+        '"user"' => array(
           'description' => t('The user\'s username. This is the name that is used in all feed URLs.'),
           'type' => 'varchar',
           'length' => 255,

Comments

cyberswat’s picture

if you'd like to submit a patch it will be reviewed