In add_replycache.pgsql (in trunk) IF EXISTS is used. This is not valid postgres sql.
It should only be: DROP TABLE dbmail_replycache; Which produces an error if dbmail_replycache doesn't exist, but doesn't stop postgres from continuing and executing the other statements. Kind regards, Marc
