Re: Problm Drop Table :: 748580

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Eko Pranoto" <koprapostgres(at)telkom(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Problm Drop Table :: 748580
Date: 2003-12-18 15:27:11
Message-ID: 19809.1071761231@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Eko Pranoto" <koprapostgres(at)telkom(dot)net> writes:
> I want drop table "hasil_lab" and comes message...
> ERROR: cache lookup of relation 748580 failed

Hmm ... is that the same relation? What do you get from
select * from pg_class where oid = 748580;
If nothing, how about
select oid from pg_class where relname = 'hasil_lab';

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Peter Eisentraut 2003-12-18 17:06:11 Re: Debian Install 7.4
Previous Message Priya G 2003-12-18 15:07:21 incremental backup possible in 7.3 or 7.4?