proposal: EXPLAIN ANALYZE formatting

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: proposal: EXPLAIN ANALYZE formatting
Date: 2017-01-28 07:36:05
Message-ID: CAFj8pRCVRjsQV_P571Uy34Z9_ag9_3sdjXopruvKC2_kQ9PNAw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

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)

Regards

Pavel

Attachment Content-Type Size
proposal.txt text/plain 1.8 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2017-01-28 07:38:18 Re: \if, \elseif, \else, \endif (was Re: PSQL commands: \quit_if, \quit_unless)
Previous Message Craig Ringer 2017-01-28 03:52:20 Re: BUG: pg_stat_statements query normalization issues with combined queries