Re: Database file copy - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Database file copy
Date
Msg-id 7757.1295025466@sss.pgh.pa.us
Whole thread Raw
In response to Re: Database file copy  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: Database file copy  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List 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 by date:

Previous
From: Simon Riggs
Date:
Subject: Re: [PATCH] Return command tag 'REPLACE X' for CREATE OR REPLACE statements.
Next
From: Tom Lane
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Exit from base backups when shutdown is requested