PostgreSQL does not accept double quotes for literal data. Single quotes are required. When the DB update is run on a D6 + PGSQL 8.4 system, the error:

warning: pg_query(): Query failed: ERROR:  column "uc_signup" does not exist
LINE 1: UPDATE system SET weight = -1 WHERE name = "uc_signup"
                                                   ^ in
/usr/share/drupal6/includes/database.pgsql.inc on line 139.

Attached patch corrects the issue.

CommentFileSizeAuthor
update6000.diff463 bytesjohn franklin

Comments

ezra-g’s picture

Status: Active » Fixed

I removed the new line at the end of the file and committed. Thanks!

http://drupal.org/cvs?commit=422430

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.