Re: Display of multi-target-table Modify plan nodes in EXPLAIN - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: Display of multi-target-table Modify plan nodes in EXPLAIN
Date
Msg-id CAM3SWZS=2Baid-T9doZNNnM6UKeTN+fcM3HbHkQr_qa1X=hCnQ@mail.gmail.com
Whole thread Raw
In response to Re: Display of multi-target-table Modify plan nodes in EXPLAIN  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-hackers
On Sun, Mar 22, 2015 at 11:38 PM, Heikki Linnakangas <hlinnaka@iki.fi> wrote:
> If we have promised that, I think we should break the promise. No
> application should depend on the details of EXPLAIN output, even if it's in
> JSON/YAML/XML format. EXPLAIN is used by humans, and by tools like pgAdmin
> that display the output for humans, so let's do what makes most sense for
> humans. Admin tools will have to deal with new node types, and also new plan
> structures in every new release anyway. And if an admin tool doesn't
> recognize the new format, it surely falls back to displaying them in some a
> reasonable generic form.


+1

-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: Zero-padding and zero-masking fixes for to_char(float)
Next
From: Rajeev rastogi
Date:
Subject: Materialiation is slower than non-materialized