Re: explain and PARAM_EXEC

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: explain and PARAM_EXEC
Дата
Msg-id 603c8f071002200511l6bd204eaha4a10eb409786630@mail.gmail.com
обсуждение исходный текст
Ответ на Re: explain and PARAM_EXEC  (Greg Stark <gsstark@mit.edu>)
Ответы Re: explain and PARAM_EXEC  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: explain and PARAM_EXEC
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: parallelizing subplan execution (was: explain and PARAM_EXEC)