Re:

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re:
Дата
Msg-id 24860.1006886520@sss.pgh.pa.us
обсуждение исходный текст
Ответ на  (Andrew Bell <acbell@iastate.edu>)
Список pgsql-novice
Andrew Bell <acbell@iastate.edu> writes:
> Can anybody tell me what this means, or where to look in the docs to find
> out more?

> ERROR:  cache lookup of attribute 0 in relation 318304 failed

Looks like a bug of some kind to me: that's a low level routine
complaining that it didn't find an entry in pg_attribute, which indeed
it wouldn't find for attribute zero (we number attributes from 1).
So some other bit of code is passing in a bogus attribute number.
May we see a reproducible example?

            regards, tom lane

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

Предыдущее
От: Andrew Bell
Дата:
Сообщение: Re: Error
Следующее
От: Andrew Bell
Дата:
Сообщение: Query query