Re: Database file copy
Kevin Grittner <kevin.grittner@wicourts.gov>
From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Tom Lane" <tgl@sss.pgh.pa.us>
Cc: "Alvaro Herrera" <alvherre@commandprompt.com>, "Robert Haas" <robertmhaas@gmail.com>, "Bruce Momjian" <bruce@momjian.us>, "pgsql-hackers" <pgsql-hackers@postgresql.org>, "Srini Raghavan" <sixersrini@yahoo.com>
Date: 2011-01-14T17:39:47Z
Lists: pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote: > 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) Oh, OK. I can go along with that. If we're going that route, though, shouldn't we be getting support for the new syntax added, so there can be a release or two supporting both? -Kevin