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

From Gavin Flower
Subject Re: New EXPLAIN option: ALL
Date
Msg-id 9c520303-60e9-e120-7b5e-6055d38b53ac@archidevsys.co.nz
Whole thread Raw
In response to Re: New EXPLAIN option: ALL  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
On 19/06/2019 18:15, Peter Eisentraut 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 */
>
I think that looks good, and the verbs seem well appropriate. IMnsHO




pgsql-hackers by date:

Previous
From: Kuntal Ghosh
Date:
Subject: Re: Some reloptions non-initialized when loaded
Next
From: Adrien Nayrat
Date:
Subject: Re: idea: log_statement_sample_rate - bottom limit for sampling