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