Am Mittwoch, 21. Juli 2004 11:28 schrieb Howard Bagcat:
> Now, my problem pg_dump and pg_dumpall displayed a lot of WARNING messages,
> like:
>
> "pg_dump: WARNING: owner of table "triggers" appears to be invalid."
Then you need to manually recreate all those users with the right user IDs.
The user IDs are shown in the owner column of the respective system tables
(e.g., pg_trigger).
--
Peter Eisentraut
http://developer.postgresql.org/~petere/