1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-07 19:06:32 +03:00
Files
postgres/src/backend
Nathan Bossart cdaedfc96d 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
2023-07-19 15:26:52 -07:00
..
2023-07-18 14:04:31 +09:00
2023-02-17 14:26:42 +09:00
2023-07-10 10:47:24 +02:00
2023-01-18 10:26:15 -08:00
2023-07-17 11:44:59 -07:00
2023-06-26 12:02:02 +02:00
2023-07-17 11:44:59 -07:00
2023-07-17 11:44:59 -07:00
2023-05-10 13:51:51 +02:00