Re: Database file copy

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
Cc: "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>, "Robert Haas" <robertmhaas(at)gmail(dot)com>, "Bruce Momjian" <bruce(at)momjian(dot)us>, "pgsql-hackers" <pgsql-hackers(at)postgresql(dot)org>, "Srini Raghavan" <sixersrini(at)yahoo(dot)com>
Subject: Re: Database file copy
Date: 2011-01-14 17:17:46
Message-ID: 7757.1295025466@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov> writes:
> Alvaro Herrera <alvherre(at)commandprompt(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-01-14 17:22:30 Re: Re: [COMMITTERS] pgsql: Exit from base backups when shutdown is requested
Previous Message Simon Riggs 2011-01-14 17:15:56 Re: [PATCH] Return command tag 'REPLACE X' for CREATE OR REPLACE statements.