Here's a patch which adds support for the PostgreSQL database by adding the table-creating queries in buddylist.install. Also adds a simple hook_uninstall() which just drops the tables for both the MySQL and PostgreSQL databases (which is actually the same queries for both databases but I kept them separate anyway).

Tested on PostgreSQL 8.1.4.

CommentFileSizeAuthor
buddylist.install.patch2.66 KBeasyfit
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

robertDouglass’s picture

Committed to DRUPAL-5 with changes, plus an addition to update_2. Please test.