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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Patrick(dot)FICHE(at)AQSACOM(dot)COM
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to recover from : "Cache lookup failed for rela tion "
Date: 2005-05-23 14:50:12
Message-ID: 7863.1116859812@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Patrick.FICHE 2005-05-23 15:03:48 Re: How to recover from : "Cache lookup failed for rela
Previous Message Patrik Kudo 2005-05-23 14:40:12 Problem merging two rows into same primary key