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

From Craig Ringer
Subject Re: what are the ways to avoid --- "ERROR: EXECUTE of SELECT ... INTO is not implemented yet"
Date
Msg-id 4840D776.6010102@postnewspapers.com.au
Whole thread Raw
In response to what are the ways to avoid --- "ERROR: EXECUTE of SELECT ... INTO is not implemented yet"  (Shantanu <shantanu.gg@gmail.com>)
Responses Re: what are the ways to avoid --- "ERROR: EXECUTE of SELECT ... INTO is not implemented yet"  (Shantanu <shantanu.gg@gmail.com>)
List 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 by date:

Previous
From: tomas@tuxteam.de
Date:
Subject: Re: what are the ways to avoid --- "ERROR: EXECUTE of SELECT ... INTO is not implemented yet"
Next
From: "Sokolov Yura aka "funny_falcon""
Date:
Subject: BUG #4216: Index scan goes wrong with crosstype comparison and between in one statement