Re: ERROR: could not open relation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: could not open relation
Дата
Msg-id 13837.1121345879@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ERROR: could not open relation  ("Thomas F. O'Connell" <tfo@sitening.com>)
Ответы Re: ERROR: could not open relation  ("Thomas F. O'Connell" <tfo@sitening.com>)
Список pgsql-general
"Thomas F. O'Connell" <tfo@sitening.com> writes:
> Anyway, if I do a lookup by oid for 94144936 in pg_class, I don't see
> it. And, clearly, it's not in $PGDATA/base/32019395.

You should be looking at relfilenode.  See
http://www.postgresql.org/docs/8.0/static/storage.html
and/or use oid2name to figure out what table is being complained of.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Russ Brown
Дата:
Сообщение: Re: Quotation marks in queries
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Recursive stored procedure in C.