Re: EXPLAIN doesn't show the actual function expression for FunctionScan

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: EXPLAIN doesn't show the actual function expression for FunctionScan
Дата
Msg-id AANLkTi=8RKW0s5P8dJ0kZwBeL1otuJ9ST5W7_HjDEC32@mail.gmail.com
обсуждение исходный текст
Ответ на Re: EXPLAIN doesn't show the actual function expression for FunctionScan  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: EXPLAIN doesn't show the actual function expression for FunctionScan  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, Aug 24, 2010 at 5:06 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>  Function Scan on pg_catalog.unnest f  (cost=0.00..1.50 rows=100 width=96)
>   Output: (((lv)::text || op) || (rv)::text)
>   Function Call: unnest(ARRAY[ROW(('1.2.2'::text)::semver, '='::text, ('1.2.2'::text)::semver), ROW('1.2.23', '=',
'1.2.23')])

This may be the ultimate bike-shed but Wouldn't this be clearer the
other way around? I generally think input comes first and then output.

On the other hand the plan tree does read from bottom up with the
outputs going up to the next level up.


--
greg


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pei He
Дата:
Сообщение: About debug two versions of postgresql in eclipse
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [ADMIN] Unable to drop role