Re: ESTERROR

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ESTERROR
Дата
Msg-id 27650.1142440960@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ESTERROR  (Michael Guerin <guerin@rentec.com>)
Ответы Re: ESTERROR
Список 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 по дате отправления:

Предыдущее
От: Michael Guerin
Дата:
Сообщение: Re: ESTERROR
Следующее
От: "Guido Barosio"
Дата:
Сообщение: Re: ESTERROR