Re: ERROR: cache lookup failed for function 0

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: cache lookup failed for function 0
Дата
Msg-id 27390.1224938115@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ERROR: cache lookup failed for function 0  ("David E. Wheeler" <david@kineticode.com>)
Ответы Re: ERROR: cache lookup failed for function 0  ("David E. Wheeler" <david@kineticode.com>)
Список pgsql-bugs
"David E. Wheeler" <david@kineticode.com> writes:
> I ran into this error on 8.2 a while ago, and just figured out what
> was causing it. Here's a quick example on 8.2:

Seems to be fixed in HEAD:

regression=# SELECT '{foo}'::name[] <> '{bar}'::name[];
ERROR:  operator is only a shell: name[] <> name[]
LINE 1: SELECT '{foo}'::name[] <> '{bar}'::name[];
                               ^

            regards, tom lane

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

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: ERROR: cache lookup failed for function 0
Следующее
От: toruvinn
Дата:
Сообщение: Re: bug with psql 8.3.3 on ubuntu