Rearrange CLUSTER rules in gram.y.
authorNathan Bossart <nathan@postgresql.org>
Wed, 19 Jul 2023 22:26:43 +0000 (15:26 -0700)
committerNathan Bossart <nathan@postgresql.org>
Wed, 19 Jul 2023 22:26:43 +0000 (15:26 -0700)
commit018b61f81b4aa3c85e2d671d056681ff5c765475
tree82b87095015a4ec68706c8afbc7a1706e11139db
parentd65ddaca93f6f31e76b15bc1001f5cabb6a46c9d
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
doc/src/sgml/ref/cluster.sgml
src/backend/parser/gram.y