I'll be working on a PostgreSQL compatibility patch for this module. It currently has no support for PostgreSQL in the installer and it may have issues in the module itself.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | flatforum.install.pgsql_0.patch | 534 bytes | PMunn |
| #2 | flatforum.install.patch.txt | 724 bytes | Ayman |
| #1 | flatforum.install.pgsql.patch | 490 bytes | PMunn |
Comments
Comment #1
PMunn commentedHere's a patch to the install file that adds the PostgreSQL version of the table create command. From what I see in the module file, nothing needs to be tweaked to work with pgsql.
I ran this on my dev copy of my site and found no problems.
Comment #2
Ayman commentedHi,
Thanks for your work! I've reworked the patch a little to make the file more consistent (used heredoc syntax instead of concatenation). I don't have access to PostgreSQL right now, so would you please test this on a dummy installation before I update head and 4.7?
Thanks!
Comment #3
PMunn commentedI wasn't able to apply your patch as written, so I copied its contents in by hand, tested the resulting install file out, and then generated a new patch, which is attached. It works for me.
Comment #4
Ayman commentedThanks for going through all this trouble. I've committed the patch to HEAD and DRUPAL-4-7:
http://drupal.org/cvs?commit=46478
http://drupal.org/cvs?commit=46480
Thanks again for your contribution, and I hope you enjoy flatforum :)
Comment #5
(not verified) commented