Re: [PATCH] Add EXPLAIN (ALL) shorthand

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCH] Add EXPLAIN (ALL) shorthand
Дата
Msg-id 49619.1463687980@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [PATCH] Add EXPLAIN (ALL) shorthand  (David Christensen <david@endpoint.com>)
Ответы Re: [PATCH] Add EXPLAIN (ALL) shorthand  (Peter Geoghegan <pg@heroku.com>)
Re: [PATCH] Add EXPLAIN (ALL) shorthand  (Евгений Шишкин <itparanoia@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: David Christensen
Дата:
Сообщение: [PATCH] Add EXPLAIN (ALL) shorthand
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: [PATCH] Add EXPLAIN (ALL) shorthand