Closed (fixed)
Project:
Webform
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Aug 2007 at 21:45 UTC
Updated:
5 Feb 2008 at 03:43 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| webform.psqlInstallFix.patch | 1.02 KB | snoble |
Comments
Comment #1
snoble commentedI 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
Comment #2
quicksketchThanks, 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.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.