I find the subscription module useful for users, but notify excellent for site editors. Is there a chance of getting postgres support for this module?
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | notify_6.patch | 3.81 KB | markstos |
| #3 | notify.patch.tar_0.gz | 1.28 KB | ttt |
| #1 | notify.patch.tar.gz | 892 bytes | ttt |
Comments
Comment #1
ttt commentedI've ported the 4.5.0 code to postgresql. In the attached tar.gz file, you'll find two files:
Comment #2
ttt commentedUh, I acted before testing... Actully there're still 2 queries in notify.inc that need to be fixed. Please discard the patch.
Comment #3
ttt commentedHere's an updated patch for PostgreSQL support.
Comment #4
hystrix commentedThank you, the 4.5.0 version is working for me with the schema and patch found on this dupe issue 19462.
Comment #5
markstos commentedI have attached a patch which adds PostgreSQL support in a SQL standard way, so MySQL support should continue to work as well. (But needs testing to verify that). There should just need to be one code and sql file that works with both now.
The patch is comprehensive and and also includes updating the INSTALL and Changelog files as well.
I tested this successfully with:
PostgreSQL 8.0
Drupal 4.6.3
Comment #6
RobRoy commentedTake a look at the .install file in HEAD and let me know if the PostgreSQL syntax is good to go.
Comment #7
RobRoy commented