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-05-15T19:36:51Z
Lists: pgsql-hackers
Attachments
- v4-0001-Rearrange-CLUSTER-rules-in-gram.y.patch (text/x-diff)
On Tue, Apr 25, 2023 at 03:18:44PM +0900, Michael Paquier wrote: > On Mon, Apr 24, 2023 at 09:52:21AM -0700, Nathan Bossart wrote: >> I think this can wait for v17, but if there's a strong argument for doing >> some of this sooner, we can reevaluate. > > 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. -- 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