Currently webform does not properly install on a drupal install with postgresql. This is because postgresql does not support the KEY syntax at the end of a table creation. Instead you can use UNIQUE as a column constraint which will implicitly create an index.

See the attached patch.

Cheers,
Steven

CommentFileSizeAuthor
webform.psqlInstallFix.patch1.02 KBsnoble

Comments

snoble’s picture

I thought I'd give my self a bump since this bug is critical to anyone using a postgres server and the fix is attached (and is not in the dev snapshot).

Cheers,
Steven

quicksketch’s picture

Status: Active » Fixed

Thanks, this problem seems to have been fixed in another patch, but the UNIQUE syntax was entirely omitted. I've rolled in your changes also in the latest CVS.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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