Thread: Re: CASCADING could not open relation with OID

Re: CASCADING could not open relation with OID

From
"Silvela, Jaime \(Exchange\)"
Date:
I get

Oid: 16896
Relname: bb_master
Relnamespace: 16392
Reltype: 16897
...
Reltablespace: 0
Relpages: 0
Reltuples: 0
...
Relkind: r
...

Thanks
Jaime


-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Wednesday, August 23, 2006 6:54 PM
To: Silvela, Jaime (Exchange)
Cc: pgsql-general
Subject: Re: [GENERAL] CASCADING could not open relation with OID

"Silvela, Jaime \(Exchange\)" <JSilvela@bear.com> writes:
> I get values frin the first statement but not from the second.

What values exactly ... particularly the OID?

> After setting indexscan to off, still the same thing.
> Should this setting be off in general?

Certainly not!  That was just an experiment to see if your problem was
corruption of the indexes on pg_class.  Seems like not.

            regards, tom lane



***********************************************************************
Bear Stearns is not responsible for any recommendation, solicitation,
offer or agreement or any information about any transaction, customer
account or account activity contained in this communication.

Bear Stearns does not provide tax, legal or accounting advice.  You
should consult your own tax, legal and accounting advisors before
engaging in any transaction. In order for Bear Stearns to comply with
Internal Revenue Service Circular 230 (if applicable), you are notified
that any discussion of U.S. federal tax issues contained or referred to
herein is not intended or written to be used, and cannot be used, for
the purpose of:  (A) avoiding penalties that may be imposed under the
Internal Revenue Code; nor (B) promoting, marketing or recommending to
another party any transaction or matter addressed herein.
***********************************************************************

Re: CASCADING could not open relation with OID

From
Tom Lane
Date:
"Silvela, Jaime \(Exchange\)" <JSilvela@bear.com> writes:
> I get
> Oid: 16896
> Relname: bb_master

Hmm ... but you're *sure* "where oid = 16896" can't find this row,
even with enable_indexscan = off?  That doesn't make a lot of sense.

To cut to the chase, though: try "REINDEX pg_class" and see if it helps.

            regards, tom lane