Re: Postgres 11 release notes

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Robert Haas <rhaas(at)postgresql(dot)org>, Nathan Bossart <bossartn(at)amazon(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Postgres 11 release notes
Date: 2018-06-09 23:20:58
Message-ID: 20180609232058.GS10885@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-www

On Sat, Jun 09, 2018 at 01:35:19PM -0700, David G. Johnston wrote:
> On Fri, May 11, 2018 at 8:08 AM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
>
> > I have committed the first draft of the Postgres 11 release notes. I
> > will add more markup soon. You can view the most current version here:
> >
> > http://momjian.us/pgsql_docs/release-11.html
>
> """
> Also, if any table mentioned in VACUUM uses a column list, then ANALYZE
> keyword must be supplied; previously ANALYZE was implied in such cases.
> """
>
> Should that be mentioned in the compatibility notes?

+1

Note also from 921059bd66c7fb1230c705d3b1a65940800c4cbb

This is okay in v10 but rejected in v11b1:
postgres=# VACUUM ANALYZE VERBOSE t;
ERROR: syntax error at or near "VERBOSE"

Justin

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2018-06-09 23:42:12 Re: adding tab completions
Previous Message Tomas Vondra 2018-06-09 23:18:17 Re: POC: GROUP BY optimization

Browse pgsql-www by date

  From Date Subject
Next Message Bruce Momjian 2018-06-10 02:16:02 Patch to add 'id'
Previous Message Jonathan S. Katz 2018-06-09 20:58:29 Re: Postgres 11 release notes