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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: EXPLAIN doesn't show the actual function expression for FunctionScan
Дата
Msg-id 29711.1282664135@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: EXPLAIN doesn't show the actual function expression for FunctionScan  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: EXPLAIN doesn't show the actual function expression for FunctionScan  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> If you try to put all that on the same line, I think it might get
> awkwardly long.  Perhaps something like:

> Function Scan on function_name
>    Expression: function_name(function_arg1, function_arg2, ...)

Yeah, that's what I had in mind, but I'm still fumbling for the right
label.  "Expression" seems a bit too generic.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Typing Records
Следующее
От: Tom Lane
Дата:
Сообщение: Re: EXPLAIN doesn't show the actual function expression for FunctionScan