Re: New EXPLAIN option: ALL

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: New EXPLAIN option: ALL
Дата
Msg-id c72976c8-53cb-0038-59a2-3709edf6b2ec@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: New EXPLAIN option: ALL  (David Fetter <david@fetter.org>)
Ответы Re: New EXPLAIN option: ALL  (Gavin Flower <GavinFlower@archidevsys.co.nz>)
Re: New EXPLAIN option: ALL  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-hackers
On 2019-06-18 23:15, David Fetter wrote:
> Are you proposing something along the lines of this?
> 
> PROFILE [statement]; /* Shows the plan */
> PROFILE RUN [statement]; /* Actually executes the query */

No, it would be

EXPLAIN statement; /* Shows the plan */
PROFILE statement; /* Actually executes the query */

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Replacing the EDH SKIP primes
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: POC: Cleaning up orphaned files using undo logs