Postgresql doesn't like " quotes for content (it uses it for identifiers). So only ' quotes should be used.
Patch attached.
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
Comments
Comment #1
ChrisKennedy commentedAh 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
Comment #2
(not verified) commented