Re: syntax error: VACUUM ANALYZE VERBOSE (PostgreSQL 11 regression) - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: syntax error: VACUUM ANALYZE VERBOSE (PostgreSQL 11 regression)
Date
Msg-id CAFj8pRDksRK2mHLTLCqUsRC_9ceQZziXFnt81xxf+p+4V6z-DA@mail.gmail.com
Whole thread Raw
In response to Re: syntax error: VACUUM ANALYZE VERBOSE (PostgreSQL 11 regression)  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers


st 31. 10. 2018 v 8:55 odesílatel Michael Paquier <michael@paquier.xyz> napsal:
On Wed, Oct 31, 2018 at 08:38:27AM +0100, Pavel Stehule wrote:
> ok. Unfortunatelly it is not mentioned in release notes - in not compatible
> changes.
>
> This change can hit lot of users. It is small nonsense, but lot of people
> use it.

Please just look at the order of the words in the command.  This is
documented:
VACUUM VERBOSE ANALYZE;
However this version has never been documented, still unfortunately
it was supported:
VACUUM ANALYZE VERBOSE;

I miss a sentence in release note - like attention on order of keywords in VACUUM xxx.

Regards

Pavel

--
Michael

pgsql-hackers by date:

Previous
From: "Nagaura, Ryohei"
Date:
Subject: RE: Timeout parameters
Next
From: Nikolay Shaplov
Date:
Subject: Re: [PATCH][PROPOSAL] Add enum releation option type