Re: PL/pgSQL PERFORM with CTE - Mailing list pgsql-hackers

From Andres Freund
Subject Re: PL/pgSQL PERFORM with CTE
Date
Msg-id 20130829213628.GD5277@awork2.anarazel.de
Whole thread Raw
In response to Re: PL/pgSQL PERFORM with CTE  ("David E. Wheeler" <david@justatheory.com>)
List pgsql-hackers
On 2013-08-29 14:31:55 -0700, David E. Wheeler wrote:
> On Aug 29, 2013, at 2:22 PM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
> 
> > Still I don't think so correct solution is enabling a unbound SELECTs, but correct is a fix a PERFORM and remove a
necessityto use a PERFORM for call of VOID functions.
 
> 
> Well, in this thread, I believe you are the only person who feels that way. And this proposal still would not let
PERFORMwork with CTEs.
 

I haven't made up my mind on whether PERFORM is a good idea or not, but
independently from that we certainly could patch plpgsql to allow
PERFORM WITH .... Doesn't look to hard to me from a quick look.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Master-slave visibility order
Next
From: Josh Berkus
Date:
Subject: Re: Variadic aggregates vs. project policy