Re: New EXPLAIN option: ALL

From: Gavin Flower <GavinFlower(at)archidevsys(dot)co(dot)nz>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: New EXPLAIN option: ALL
Date: 2019-06-19 08:18:56
Message-ID: 9c520303-60e9-e120-7b5e-6055d38b53ac@archidevsys.co.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Adrien Nayrat 2019-06-19 08:49:23 Re: idea: log_statement_sample_rate - bottom limit for sampling
Previous Message Kuntal Ghosh 2019-06-19 07:51:19 Re: Some reloptions non-initialized when loaded