Re: New EXPLAIN option: ALL - Mailing list pgsql-hackers

From Vik Fearing
Subject Re: New EXPLAIN option: ALL
Date
Msg-id eff3ba2d-b92c-60ad-3456-a0902f5d18f7@2ndquadrant.com
Whole thread Raw
In response to New EXPLAIN option: ALL  (David Fetter <david@fetter.org>)
Responses Re: New EXPLAIN option: ALL  ("Nasby, Jim" <nasbyj@amazon.com>)
List pgsql-hackers
On 07/05/2019 09:30, David Fetter wrote:
> Folks,
> 
> It can get a little tedious turning on (or off) all the boolean
> options to EXPLAIN, so please find attached a shortcut.

I would rather have a set of gucs such as default_explain_buffers,
default_explain_summary, and default_explain_format.

Of course if you default BUFFERS to on(*) and don't do ANALYZE, that
should not result in an error.

(*) Defaulting BUFFERS to on is something I want regardless of anything
else we do.
-- 
Vik Fearing                                          +33 6 46 75 15 36
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support



pgsql-hackers by date:

Previous
From: Euler Taveira
Date:
Subject: Re: vacuumdb and new VACUUM options
Next
From: Andres Freund
Date:
Subject: Re: Pluggable Storage - Andres's take