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

From Peter Eisentraut
Subject Re: [HACKERS] proposal: EXPLAIN ANALYZE formatting
Date
Msg-id 8339c36e-b8ad-eddd-1e4b-d7d4da8976ea@2ndquadrant.com
Whole thread Raw
In response to [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
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.

-- 
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] Transactions involving multiple postgres foreignservers
Next
From: Pavel Stehule
Date:
Subject: Re: [HACKERS] proposal: EXPLAIN ANALYZE formatting