Re: Move un-parenthesized syntax docs to "compatibility" for few SQL commands
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2023-06-30T18:25:57Z
Lists: pgsql-hackers
On Mon, May 15, 2023 at 12:36:51PM -0700, Nathan Bossart wrote: > On Tue, Apr 25, 2023 at 03:18:44PM +0900, Michael Paquier wrote: >> FWIW, I agree to hold on this stuff for v17~ once it opens for >> business. There is no urgency here. > > There's still some time before we'll be able to commit any of these, but > here is an attempt at addressing all the feedback thus far. I think these patches are in decent shape, so I'd like to commit them soon, but I will wait at least a couple more weeks in case anyone has additional feedback. -- Nathan Bossart Amazon Web Services: https://aws.amazon.com
Commits
-
Doc: move unparenthesized syntaxes for a few commands.
- ab29a7a9c6ff 17.0 landed
-
Support parenthesized syntax for CLUSTER without a table name.
- cdaedfc96d14 17.0 landed