Re: [HACKERS] proposal: EXPLAIN ANALYZE formatting - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] proposal: EXPLAIN ANALYZE formatting
Date
Msg-id 7935.1485622684@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] proposal: EXPLAIN ANALYZE formatting  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: [HACKERS] proposal: EXPLAIN ANALYZE formatting  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes:
> 2017-01-28 17:09 GMT+01:00 Tom Lane <tgl@sss.pgh.pa.us>:
>> Seems like that would make a difference in only a tiny minority of
>> situations.  In a deeply nested plan you'll have trouble no matter
>> what, and it's not uncommon that the node name line isn't the widest
>> thing anyway.

> It is related to presentation where you have to use large type - and where
> usually don't present complex nested plans, or you present only fragments.

Sure, but then you're whacking around the text anyway while you put it
into your slides.  I doubt anyone would have trouble understanding your
slides if you break up the lines like that, whether or not it's exactly
what you'd get out of EXPLAIN itself.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Ashutosh Sharma
Date:
Subject: Re: [HACKERS] pageinspect: Hash index support
Next
From: Pavel Stehule
Date:
Subject: Re: [HACKERS] proposal: EXPLAIN ANALYZE formatting