Re: [PATCH] Add EXPLAIN (ALL) shorthand - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCH] Add EXPLAIN (ALL) shorthand
Date
Msg-id 49619.1463687980@sss.pgh.pa.us
Whole thread Raw
In response to [PATCH] Add EXPLAIN (ALL) shorthand  (David Christensen <david@endpoint.com>)
Responses Re: [PATCH] Add EXPLAIN (ALL) shorthand  (Peter Geoghegan <pg@heroku.com>)
Re: [PATCH] Add EXPLAIN (ALL) shorthand  (Евгений Шишкин <itparanoia@gmail.com>)
List pgsql-hackers
David Christensen <david@endpoint.com> writes:
> This simple patch adds “ALL” as an EXPLAIN option as shorthand for “EXPLAIN (ANALYZE, VERBOSE, COSTS, TIMING,
BUFFERS)”for usability.
 

I'm not sure this is well thought out.  It would mean for example that
we could never implement EXPLAIN options that are mutually exclusive
... at least, not without having to redefine ALL as all-except-something.
Non-boolean options would be problematic as well.
        regards, tom lane



pgsql-hackers by date:

Previous
From: David Christensen
Date:
Subject: [PATCH] Add EXPLAIN (ALL) shorthand
Next
From: Peter Geoghegan
Date:
Subject: Re: [PATCH] Add EXPLAIN (ALL) shorthand