Re: pg_dump error - Mailing list pgsql-general

From Tom Lane
Subject Re: pg_dump error
Date
Msg-id 28478.964762721@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_dump error  (Marc Gehling <m.gehling@saphirarcus.de>)
List pgsql-general
Marc Gehling <m.gehling@saphirarcus.de> writes:
> when i read the pg_user, the same error comes ( 6.5.3 Postgresdb)

> tipdb=> select * from pg_user;
> ERROR:  cache lookup for userid 201 failed

Hm.  It sorta looks like you deleted the pg_shadow entry for the
Postgres superuser.  That was not a good idea :-(.  You may be
able to recover by re-adding an entry with the same userid.

            regards, tom lane

pgsql-general by date:

Previous
From: Jeffery Collins
Date:
Subject: Re: Connection problem under extreme load.
Next
From: Tom Lane
Date:
Subject: Re: Re: 4 billion record limit?