Re: proposal: plpgsql return execute ...

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: Merlin Moncure <mmoncure(at)gmail(dot)com>, Neil Conway <neilc(at)samurai(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: proposal: plpgsql return execute ...
Date: 2008-03-03 19:20:26
Message-ID: 200803031920.m23JKQY19999@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Your patch has been added to the PostgreSQL unapplied patches list at:

http://momjian.postgresql.org/cgi-bin/pgpatches

It will be applied as soon as one of the PostgreSQL committers reviews
and approves it.

---------------------------------------------------------------------------

Pavel Stehule wrote:
> On 27/02/2008, Merlin Moncure <mmoncure(at)gmail(dot)com> wrote:
> > On Wed, Feb 27, 2008 at 1:58 PM, Neil Conway <neilc(at)samurai(dot)com> wrote:
> > > 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?
> >
> >
> > parameter binding.
> >
> > see: http://archives.postgresql.org/pgsql-patches/2006-08/msg00267.php
> >
> >
> > merlin
> >
>
> I sent modernized version
> http://archives.postgresql.org/pgsql-patches/2007-10/msg00161.php
>
> Pavel
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: You can help support the PostgreSQL project by donating at
>
> http://www.postgresql.org/about/donate

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Urbański 2008-03-03 19:38:41 Google Summer of Code 2008
Previous Message Bruce Momjian 2008-03-03 19:17:46 Re: [HACKERS] new warning message