Re: Cache lookup failed !!! - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Cache lookup failed !!!
Date
Msg-id 28662.1123514762@sss.pgh.pa.us
Whole thread Raw
In response to Cache lookup failed !!!  ("Sivaraman K.G" <Ganapathy.Sivaraman@alcatel.com>)
List pgsql-bugs
"Sivaraman K.G" <Ganapathy.Sivaraman@alcatel.com> writes:
> \d command used to give the existing relations in the database.
> But now it is saying :
> ERROR : Cache lookup failed for relation 17233.

Not a lot of information to go on here.  What do you get from

select * from pg_class where oid = 17233;

Can you do other operations besides \d?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Richard Huxton
Date:
Subject: Re: BUG #1806: Postmaster takes uses 99% of CPU
Next
From: Tom Lane
Date:
Subject: Re: BUG #1811: unique index problem