ISNULL() didn't exists for postgres 7.4. It might be in a later version, also I don't think that is standard ANSI. Also minor fix on the install.
| Comment | File | Size | Author |
|---|---|---|---|
| nat.module,install_pgsql.patch | 1.53 KB | pearcec |
ISNULL() didn't exists for postgres 7.4. It might be in a later version, also I don't think that is standard ANSI. Also minor fix on the install.
| Comment | File | Size | Author |
|---|---|---|---|
| nat.module,install_pgsql.patch | 1.53 KB | pearcec |
Comments
Comment #1
sammys commentedThanks for taking the time to submit this patch.
I have reviewed your patch and it works. The first block of the patch is also required for the module to work in D6. I didn't try to apply the altered patch because the fix is trivial.
RTBC!
Comment #2
Zen commentedThis was committed a few months ago: Diff 1, Diff 2 and for D6, Diff 3.
Apologies for not updating this issue earlier.
Thanks for the patch and the review :)
-K