I noticed this module doesn't have Postgres support yet.

I took the liberty of creating a patch for abuse.install to enable postgres support

see attached.

regards,

DT

Comments

davidwhthomas’s picture

StatusFileSize
new1.44 KB

Here's the install file itself with Postgres support enabled

see attached.

DT

jaydub’s picture

Title: PostgreSQL Support » PostgreSQL Support (and other abuse.install changes)
Status: Active » Needs review
StatusFileSize
new6 KB

Find attached my own version of the PostgreSQL support patch. Following the lead of the MySQL version I created SEQUENCES for the aid column in {abuse} and arid column in {abuse_reasons}.

Also removed the DEFAULT values from all text column types as per http://drupal.org/node/189538

I plan to take a look at indexes after using the module a bit as I can see where there are few JOINs that could benefit from indexes.

jaydub’s picture

StatusFileSize
new6.29 KB

updated the patch to include removing variables set in the variable table by the abuse module.

jaydub’s picture

Assigned: Unassigned » jaydub
jaydub’s picture

Status: Needs review » Fixed
StatusFileSize
new7.71 KB

committed to CVS

Anonymous’s picture

Status: Fixed » Closed (fixed)

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