Re: Cache lookup failed !!!

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Sivaraman K(dot)G" <Ganapathy(dot)Sivaraman(at)alcatel(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Cache lookup failed !!!
Date: 2005-08-08 15:26:02
Message-ID: 28662.1123514762@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Sivaraman K.G" <Ganapathy(dot)Sivaraman(at)alcatel(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2005-08-08 15:30:49 Re: BUG #1811: unique index problem
Previous Message Richard Huxton 2005-08-08 11:35:51 Re: BUG #1806: Postmaster takes uses 99% of CPU