Does OG work with postgresql? I am getting the a slew of errors:

# warning: pg_query() [function.pg-query]: Query failed: ERROR: relation "og_uid" does not exist in /var/www/dtest/includes/database.pgsql.inc on line 84.
# user warning: query: SELECT n.title, ou.* FROM og_uid ou INNER JOIN node n ON ou.nid = n.nid WHERE ou.uid = 1 AND ou.is_active >= 1 ORDER BY n.title in /var/www/dtest/includes/database.pgsql.inc on line 103.
# warning: pg_query() [function.pg-query]: Query failed: ERROR: relation "og" does not exist in /var/www/dtest/includes/database.pgsql.inc on line 84.

etc... etc... etc...

When I initially installed OG I was greeted with the following error:

The configuration options have been saved.

* warning: pg_query() [function.pg-query]: Query failed: ERROR: relation "og_uid" does not exist in /var/www/dtest/includes/database.pgsql.inc on line 84.
* user warning: query: SELECT n.title, ou.* FROM og_uid ou INNER JOIN node n ON ou.nid = n.nid WHERE ou.uid = 1 AND ou.is_active >= 1 ORDER BY n.title in
/var/www/dtest/includes/database.pgsql.inc on line 103.

Thanks!!!

-al