Re: New EXPLAIN option: ALL

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: New EXPLAIN option: ALL
Дата
Msg-id 03D4D016-D2C4-43F6-AB5F-5C2D472A9823@yesql.se
обсуждение исходный текст
Ответ на Re: New EXPLAIN option: ALL  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: New EXPLAIN option: ALL  (David Fetter <david@fetter.org>)
Список pgsql-hackers
> On 19 Jun 2019, at 08:15, Peter Eisentraut <peter.eisentraut@2ndquadrant.com> wrote:
>
> 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 */

That makes a lot of sense.

cheers ./daniel


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

Предыдущее
От: Rui Hai Jiang
Дата:
Сообщение: How to produce a Soft Block case of Deadlock Detection?
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Remove one last occurrence of "replication slave" in comments