Re: syntax error: VACUUM ANALYZE VERBOSE (PostgreSQL 11 regression)

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: Sergei Kornilov <sk(at)zsrv(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: syntax error: VACUUM ANALYZE VERBOSE (PostgreSQL 11 regression)
Date: 2018-10-31 07:55:53
Message-ID: 20181031075553.GF7862@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Erikjan Rijkers 2018-10-31 07:58:20 Re: [HACKERS] generated columns
Previous Message Michael Paquier 2018-10-31 07:52:35 Re: syntax error: VACUUM ANALYZE VERBOSE (PostgreSQL 11 regression)