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

From Pavel Stehule
Subject Re: [HACKERS] proposal: EXPLAIN ANALYZE formatting
Date
Msg-id CAFj8pRAGjeg17t+yRkAoGmySzsv8Modu+F7X3uuZcRs7z7un5Q@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] proposal: EXPLAIN ANALYZE formatting  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers


2017-01-28 16:22 GMT+01:00 Peter Eisentraut <peter.eisentraut@2ndquadrant.com>:
On 1/28/17 2:36 AM, Pavel Stehule wrote:
> Now EXPLAIN ANALYZE produce too wide rows for usage in presentations
>
> What do you think about possibility to implement >>optional<<
> alternative formatting.
>
> Now:
>
>   node name (estimation) (actual)
>
> Alternative:
>
>   node name (estimation)
>                    (actual)

I think that could be useful, even outside of presentations.

There is another variant with less white space

node name
  (estimation)
  (actual)

Regards

Pavel
 

--
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] proposal: EXPLAIN ANALYZE formatting
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] proposal: EXPLAIN ANALYZE formatting