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.
| Comment | File | Size | Author |
|---|---|---|---|
| update6000.diff | 463 bytes | john franklin |
Comments
Comment #1
ezra-g commentedI removed the new line at the end of the file and committed. Thanks!
http://drupal.org/cvs?commit=422430