Re: Default gucs for EXPLAIN

From: Vik Fearing <vik(at)postgresfriends(dot)org>
To: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Cc: Justin Pryzby <pryzby(at)telsasoft(dot)com>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Default gucs for EXPLAIN
Date: 2020-05-24 09:25:28
Message-ID: 4ff44e12-32d2-7f0f-0bcb-c3ecc8addc1e@postgresfriends.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 5/24/20 9:31 AM, Fabien COELHO wrote:
> While testing the issue, I'm surprised at the syntax:
>
>  EXPLAIN [ ( option [, ...] ) ] statement
>  EXPLAIN [ ANALYZE ] [ VERBOSE ] statement
>
> Why not allowing the following:
>
>  EXPLAIN [ ANALYZE ] [ VERBOSE ] [ ( option [, ...] ) ] statement

That has nothing to do with this patch.
--
Vik Fearing

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ranier Vilela 2020-05-24 09:51:08 PostgresSQL 13.0 Beta 1 on Phoronix
Previous Message Fabien COELHO 2020-05-24 08:57:49 Re: Default gucs for EXPLAIN