Re: Database file copy

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Database file copy
Дата
Msg-id 7757.1295025466@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Database file copy  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: Database file copy  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> Alvaro Herrera <alvherre@commandprompt.com> wrote:
>>> I'd rather remove the deprecating warning.

>> +1
> +1

The reason for wanting to deprecate and ultimately remove that syntax is
so we can get rid of FREEZE as a reserved word.

We could probably still allow the new-style syntax VACUUM (FREEZE) ...
but VACUUM FREEZE really needs to be killed.  pg_upgrade is NOT a
good reason to have a nonstandard reserved word in the grammar.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: [PATCH] Return command tag 'REPLACE X' for CREATE OR REPLACE statements.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Exit from base backups when shutdown is requested