Re: further explain changes

Robert Haas <robertmhaas@gmail.com>

From: Robert Haas <robertmhaas@gmail.com>
To: Jaime Casanova <jcasanov@systemguards.com.ec>
Cc: pgsql-hackers@postgresql.org
Date: 2010-01-24T12:45:18Z
Lists: pgsql-hackers
On Sun, Jan 24, 2010 at 12:06 AM, Jaime Casanova
<jcasanov@systemguards.com.ec> wrote:
> On Sat, Jan 23, 2010 at 10:08 PM, Robert Haas <robertmhaas@gmail.com> wrote:
>>
>> I was also thinking about the possibility of adding a new option
>> called "output" and making that control whether the "Output" line gets
>> printed.  It's kind of annoying to use EXPLAIN (ANALYZE, VERBOSE)
>
> why not let it go in ANALYZE, just as the sort info

It's kinda long-winded - it adds like 4 extra lines for each hash
join.  I don't think I want to add that much clutter to regular E-A
output.

If people don't like making it controlled by VERBOSE, then I vote for
a new option, as Greg Stark suggested.

...Robert