The PostgreSQL code used during installation tries to create the comments table rather than the comment_notify table.

From line 22 (comment_notify.install,v 1.4.2.1):

case 'pgsql':
// Do the same for PostgreSQL.
$status[] = db_query("CREATE TABLE {comments} (

And line 147:

case 'pgsql':
db_query("CREATE TABLE {comments} (

Comments

greggles’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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