Re: PL/pgSQL PERFORM with CTE

From: "David E(dot) Wheeler" <david(at)justatheory(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: Merlin Moncure <mmoncure(at)gmail(dot)com>, Andres Freund <andres(at)2ndquadrant(dot)com>, pgsql-hackers Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PL/pgSQL PERFORM with CTE
Date: 2013-08-20 12:46:44
Message-ID: 94EF5830-AD0C-4CFE-8EAA-37066D535273@justatheory.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Aug 20, 2013, at 2:44 PM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> wrote:

> I think the way forward is to remove the restriction such that data
> returning queries must be PERFORM'd
>
> I disagree, current rule has sense.

Perhaps a DECLARE FUNCTION attribute that turns off the functionality, then?

Best,

David

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Merlin Moncure 2013-08-20 12:48:35 Re: PL/pgSQL PERFORM with CTE
Previous Message Boszormenyi Zoltan 2013-08-20 12:46:15 Re: PL/pgSQL PERFORM with CTE