Re: Temporary table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Temporary table
Дата
Msg-id 5808.1060443391@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Temporary table  ("Juris Krumins" <juriskr@komin.lv>)
Список pgsql-general
"Juris Krumins" <juriskr@komin.lv> writes:
> Always it's ok, so it's execute without any problems. But sometimes I get
> error like this :
> Warning: pg_exec()[function.pg-exec]:Query failed:ERROR: cache lookup of
> relation 149064743 failed.

Hmm, that seems bad.  Is the given relation number always the same?  Is
there a row with that OID in pg_class?  (Try "select * from pg_class
where oid = 149064743".)

What PG version is this?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: The database is very slow !
Следующее
От: Tom Lane
Дата:
Сообщение: Re: postgesql-7.3.3 lo_create/lo_open fails