Postgresql doesn't like " quotes for content (it uses it for identifiers). So only ' quotes should be used.

Patch attached.

CommentFileSizeAuthor
psql.diff5.12 KBmaho

Comments

ChrisKennedy’s picture

Status: Needs review » Fixed

Ah I didn't realize that - thanks. Instead of a bunch of backslashes I just swapped single quotes and double quotes for the relevant SQL calls. There were some changes needed to advpoll.install too.

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

Anonymous’s picture

Status: Fixed » Closed (fixed)