2017-01-28 16:22 GMT+01:00 Peter Eisentraut <
peter.eisentr...@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
>

Reply via email to