Re: Cache lookup failed for relation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cache lookup failed for relation
Дата
Msg-id 23904.1360605296@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Cache lookup failed for relation  (Péter Kovács <peter.dunay.kovacs@gmail.com>)
Ответы Re: Cache lookup failed for relation  (Péter Kovács <peter.dunay.kovacs@gmail.com>)
Список pgsql-general
Péter Kovács <peter.dunay.kovacs@gmail.com> writes:
> I'm confused by the error message. Is a cache miss an error condition?

Well, this isn't a "cache miss", it's more of a "there's no such OID in
the pg_class catalog" condition.  Normally you see something more
user-friendly; but in the case of going to remove a cross-table linkage,
the code isn't expecting the other table to not be there, so you get a
pretty low-level error.
        regards, tom lane



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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Cache lookup failed for relation
Следующее
От: Wolfgang Keller
Дата:
Сообщение: Re: Visual query builder for PosgreSQL?