Re: proposal: plpgsql return execute ...

Neil Conway <neilc@samurai.com>

From: Neil Conway <neilc@samurai.com>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2008-02-27T18:58:03Z
Lists: pgsql-hackers
On Wed, 2008-02-27 at 15:24 +0100, Pavel Stehule wrote:
> I thing RETURN QUERY is successful idea. It should be completed with
> support  of dynamic SQL.

Yeah, I can see that being useful.

> RETURN EXECUTE sqlstring [USING];

What is the USING clause for?

-Neil