Re: PG 10 release notes

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tels <nospam-pg-abuse(at)bloodgate(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PG 10 release notes
Date: 2017-04-25 19:30:12
Message-ID: 20170425193012.GA7513@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Apr 25, 2017 at 03:17:29PM -0400, Tels wrote:
> > I think all that was missing was "time":
> >
> > By default planning and execution time is display by
> > <command>EXPLAIN ANALYZE</> and not display in other cases.
> > The new <command>EXPLAIN</> option <literal>SUMMARY</> allows
> > explicit control of this.
>
> Hm, no, I disagree, the the grammar is not right:
>
> It should be: "X and Y _are_ display_ed_"
>
> instead of:
>
> "X and Y is display"
>
> likewise "and not display_ed_ in other cases."

OK, got it:

By default planning and execution time are display by
<command>EXPLAIN ANALYZE</> and are not display in other cases.
The new <command>EXPLAIN</> option <literal>SUMMARY</> allows
explicit control of this.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Petr Jelinek 2017-04-25 19:42:23 Re: tablesync patch broke the assumption that logical rep depends on?
Previous Message Peter Eisentraut 2017-04-25 19:29:15 Re: Interval for launching the table sync worker