Re: what are the ways to avoid --- "ERROR: EXECUTE of SELECT ... INTO is not implemented yet"

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: what are the ways to avoid --- "ERROR: EXECUTE of SELECT ... INTO is not implemented yet"
Дата
Msg-id 4840D776.6010102@postnewspapers.com.au
обсуждение исходный текст
Ответ на what are the ways to avoid --- "ERROR: EXECUTE of SELECT ... INTO is not implemented yet"  (Shantanu <shantanu.gg@gmail.com>)
Ответы Re: what are the ways to avoid --- "ERROR: EXECUTE of SELECT ... INTO is not implemented yet"  (Shantanu <shantanu.gg@gmail.com>)
Список pgsql-bugs
Shantanu wrote:

> ERROR:  EXECUTE of SELECT ... INTO is not implemented yet

PostgreSQL 8.3 includes support for EXECUTE ... INTO, so you may want to
look at an upgrade.

Personally I wouldn't call this a bug at all. It's just that PostgreSQL
knew how to parse that query before the support for actually executing
it was written.

--
Craig Ringer

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

Предыдущее
От: tomas@tuxteam.de
Дата:
Сообщение: Re: what are the ways to avoid --- "ERROR: EXECUTE of SELECT ... INTO is not implemented yet"
Следующее
От: "Sokolov Yura aka "funny_falcon""
Дата:
Сообщение: BUG #4216: Index scan goes wrong with crosstype comparison and between in one statement