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 <br...@momjian.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