Re: EXPLAIN doesn't show the actual function expression for FunctionScan - Mailing list pgsql-hackers

From Tom Lane
Subject Re: EXPLAIN doesn't show the actual function expression for FunctionScan
Date
Msg-id 29711.1282664135@sss.pgh.pa.us
Whole thread Raw
In response to Re: EXPLAIN doesn't show the actual function expression for FunctionScan  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: EXPLAIN doesn't show the actual function expression for FunctionScan  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Typing Records
Next
From: Tom Lane
Date:
Subject: Re: EXPLAIN doesn't show the actual function expression for FunctionScan