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

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: syntax error: VACUUM ANALYZE VERBOSE (PostgreSQL 11 regression)
Дата
Msg-id CAFj8pRDksRK2mHLTLCqUsRC_9ceQZziXFnt81xxf+p+4V6z-DA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: syntax error: VACUUM ANALYZE VERBOSE (PostgreSQL 11 regression)  (Michael Paquier <michael@paquier.xyz>)
Список 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 по дате отправления:

Предыдущее
От: "Nagaura, Ryohei"
Дата:
Сообщение: RE: Timeout parameters
Следующее
От: Nikolay Shaplov
Дата:
Сообщение: Re: [PATCH][PROPOSAL] Add enum releation option type