Rearrange CLUSTER rules in gram.y.

Nathan Bossart <nathan@postgresql.org>

Commit: 018b61f81b4aa3c85e2d671d056681ff5c765475
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2023-07-19T22:26:43Z
Releases: 17.0
Rearrange CLUSTER rules in gram.y.

This change moves the unparenthesized syntax for CLUSTER to the end
of the ClusterStmt rules in preparation for a follow-up commit that
will move this syntax to the "Compatibility" section of the CLUSTER
documentation.  The documentation for the CLUSTER syntaxes has also
been consolidated.

Suggested-by: Melanie Plageman
Discussion https://postgr.es/m/CAAKRu_bc5uHieG1976kGqJKxyWtyQt9yvktjsVX%2Bi7NOigDjOA%40mail.gmail.com

Files

PathChange+/−
doc/src/sgml/ref/cluster.sgml modified +2 −3
src/backend/parser/gram.y modified +13 −14

Documentation touched