Re: execute user-defined BKI - Mailing list pgsql-admin

From Peter Eisentraut
Subject Re: execute user-defined BKI
Date
Msg-id 200407211213.30874.peter_e@gmx.net
Whole thread Raw
In response to Re: execute user-defined BKI  (Howard Bagcat <howard@mu.edu.ph>)
List pgsql-admin
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/

pgsql-admin by date:

Previous
From: Howard Bagcat
Date:
Subject: Re: execute user-defined BKI
Next
From: Si Chen
Date:
Subject: How to identify the transaction of a lock?