Re: explain and PARAM_EXEC - Mailing list pgsql-hackers

From Robert Haas
Subject Re: explain and PARAM_EXEC
Date
Msg-id 603c8f071002200511l6bd204eaha4a10eb409786630@mail.gmail.com
Whole thread Raw
In response to Re: explain and PARAM_EXEC  (Greg Stark <gsstark@mit.edu>)
Responses Re: explain and PARAM_EXEC
List pgsql-hackers
On Sat, Feb 20, 2010 at 7:53 AM, Greg Stark <gsstark@mit.edu> wrote:
> On Sat, Feb 20, 2010 at 4:33 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> It's really not much different from a function call with subplans as
>> functions.
>
> Perhaps it would be clearer to display the "(Subplan 1)" in a function
> call style format like Subplan1(b.oid)

I thought about that, too...  maybe for 9.1 we should consider it.  It
might be nice to add some sort of glyph to make the user less likely
to think that Subplan1 is in fact a function. <Subplan1>(b.oid)?
${Subplan1}(b.oid)?  I dunno.

...Robert


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: explain and PARAM_EXEC
Next
From: Dimitri Fontaine
Date:
Subject: parallelizing subplan execution (was: explain and PARAM_EXEC)