pgsql: Support parenthesized syntax for CLUSTER without a table name. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Support parenthesized syntax for CLUSTER without a table name.
Date
Msg-id E1qMFfK-000LYo-QT@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Support parenthesized syntax for CLUSTER without a table name.

b5913f6120 added a parenthesized syntax for CLUSTER, but it
requires specifying a table name.  This is unlike commands such as
VACUUM and ANALYZE, which do not require specifying a table in the
parenthesized syntax.  This change resolves this inconsistency.
This is preparatory work for a follow-up commit that will move the
unparenthesized syntax to the "Compatibility" section of the
CLUSTER documentation.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cdaedfc96d1488069518d42479125ceb9a5e67d0

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add psql \drg command to display role grants.
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix pg_recvlogical upon signal termination