pgsql: Rearrange CLUSTER rules in gram.y.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rearrange CLUSTER rules in gram.y.
Date: 2023-07-19 22:29:03
Message-ID: E1qMFfK-000LYn-PG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/018b61f81b4aa3c85e2d671d056681ff5c765475

Modified Files
--------------
doc/src/sgml/ref/cluster.sgml | 5 ++---
src/backend/parser/gram.y | 27 +++++++++++++--------------
2 files changed, 15 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-07-20 01:24:21 pgsql: Fix pg_recvlogical upon signal termination
Previous Message Tom Lane 2023-07-19 16:46:39 pgsql: Add psql \drg command to display role grants.