Re: How to recover from : "Cache lookup failed for rela

From: Patrick(dot)FICHE(at)AQSACOM(dot)COM
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to recover from : "Cache lookup failed for rela
Date: 2005-05-23 15:03:48
Message-ID: 1DC6C8C88D09D51181A40002A5286929B23002@intranet
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks for the help.
Do you have any idea on the reason of this situation ?
Is there any information I can provide if the problem happens again to help
find the problem : any log level to raise ?

Patrick

----------------------------------------------------------------------------
---------------
Patrick Fiche
email : patrick(dot)fiche(at)aqsacom(dot)com
tél : 01 69 29 36 18
----------------------------------------------------------------------------
---------------

-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org]On Behalf Of Tom Lane
Sent: lundi 23 mai 2005 16:50
To: Patrick(dot)FICHE(at)AQSACOM(dot)COM
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] How to recover from : "Cache lookup failed for
rela tion "

Patrick(dot)FICHE(at)AQSACOM(dot)COM writes:
> classid | objid | objsubid | refclassid | refobjid | refobjsubid |
deptype

>
---------+--------+----------+------------+----------+-------------+--------
> -
> 1247 | 463559 | 0 | 1259 | 463558 | 0 | i
> 1259 | 463558 | 0 | 16672 | 440012 | 0 | n
> (2 rows)

Well, what I'd recommend is to manually delete those two rows in
pg_depend and then delete the row in pg_type. This may not clean things
up 100% but it should be close enough.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Douglas McNaught 2005-05-23 15:14:06 Re: PITR restore hot standby
Previous Message Tom Lane 2005-05-23 14:50:12 Re: How to recover from : "Cache lookup failed for rela tion "