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

From Michael Paquier
Subject Re: syntax error: VACUUM ANALYZE VERBOSE (PostgreSQL 11 regression)
Date
Msg-id 20181031075553.GF7862@paquier.xyz
Whole thread Raw
In response to Re: syntax error: VACUUM ANALYZE VERBOSE (PostgreSQL 11 regression)  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: syntax error: VACUUM ANALYZE VERBOSE (PostgreSQL 11 regression)  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
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;
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: syntax error: VACUUM ANALYZE VERBOSE (PostgreSQL 11 regression)
Next
From: Erikjan Rijkers
Date:
Subject: Re: [HACKERS] generated columns