Re: ESTERROR - Mailing list pgsql-novice

From Tom Lane
Subject Re: ESTERROR
Date
Msg-id 27650.1142440960@sss.pgh.pa.us
Whole thread Raw
In response to Re: ESTERROR  (Michael Guerin <guerin@rentec.com>)
Responses Re: ESTERROR  (Michael Guerin <guerin@rentec.com>)
List pgsql-novice
Michael Guerin <guerin@rentec.com> writes:
> Looks like my problem is back again today:
> ERROR:  relation with OID 76511 does not exist
> What's the best way to track down this issue?

Is it always the same OID mentioned in the errors, or are they variable?

If always the same, my first thought would be a corrupt entry in the
system catalogs --- try looking for occurrences of that value in the
catalog columns that link to pg_class.oid, such as pg_index.indexrelid.
The system catalogs documentation for your PG version will show you
which columns to look at exactly --- see
http://www.postgresql.org/docs/8.1/static/catalogs.html
(adjust in the obvious way for your version)

            regards, tom lane

pgsql-novice by date:

Previous
From: Michael Guerin
Date:
Subject: Re: ESTERROR
Next
From: "Guido Barosio"
Date:
Subject: Re: ESTERROR