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

From Peter Eisentraut
Subject Re: New EXPLAIN option: ALL
Date
Msg-id c72976c8-53cb-0038-59a2-3709edf6b2ec@2ndquadrant.com
Whole thread Raw
In response to Re: New EXPLAIN option: ALL  (David Fetter <david@fetter.org>)
Responses Re: New EXPLAIN option: ALL
Re: New EXPLAIN option: ALL
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Replacing the EDH SKIP primes
Next
From: Amit Kapila
Date:
Subject: Re: POC: Cleaning up orphaned files using undo logs