Re: Proposal: real procedures again (8.4) - Mailing list pgsql-hackers

From David Fetter
Subject Re: Proposal: real procedures again (8.4)
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Proposal: real procedures again (8.4)  (Alvaro Herrera <[email protected]>)
List pgsql-hackers
On Tue, Oct 30, 2007 at 11:31:12AM -0300, Alvaro Herrera wrote:
> David Fetter wrote:
> 
> > AS $$
> > BEGIN
> >     OPEN $1 FOR SELECT * FROM foo;
> >     RETURN NEXT $1;
> >     OPEN $2 FOR SELECT * FROM bar;
> >     RETURN NEXT $2;
> > END;
> > $$;
> 
> I know it.  It is ugly as all hell.

Agreed.

Cheers,
David.
-- 
David Fetter <[email protected]> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: [email protected]

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [COMMITTERS] pgsql: simple script to pull together a very small (<500k) tar file
Next
From: David Fetter
Date:
Subject: Per-statement Triggers (was Re: Proposal: real procedures again (8.4))