View Single Post

   
  #4 (permalink)  
Old 04-15-2008, 11:28 PM
Brendan Jurd
 
Posts: n/a
Default Re: Proposal: PL/pgSQL EXECUTE INTO USING (for 8.4)

On 10/17/07, Pavel Stehule <pavel.stehule@gmail.com> wrote:
> New syntax:
>
> a) EXECUTE stringexpr
> [INTO [STRICT] varlist
> [USING exprlist]
>
> b) FOR varlist IN EXECUTE stringexpr USING exprlist LOOP ....


Just chiming in with a +1. I would find this feature very useful.
Substitution of parameters is way more elegant than quoting, and the
syntax looks nice.

Regards,
BJ

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Reply With Quote