Commit cdaedfc
committed
Support parenthesized syntax for CLUSTER without a table name.
b5913f6 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.com1 parent 018b61f commit cdaedfc
2 files changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11553 | 11553 | | |
11554 | 11554 | | |
11555 | 11555 | | |
11556 | | - | |
| 11556 | + | |
11557 | 11557 | | |
11558 | 11558 | | |
11559 | 11559 | | |
| |||
11569 | 11569 | | |
11570 | 11570 | | |
11571 | 11571 | | |
| 11572 | + | |
| 11573 | + | |
| 11574 | + | |
| 11575 | + | |
| 11576 | + | |
| 11577 | + | |
| 11578 | + | |
| 11579 | + | |
| 11580 | + | |
11572 | 11581 | | |
11573 | 11582 | | |
11574 | 11583 | | |
| |||
11581 | 11590 | | |
11582 | 11591 | | |
11583 | 11592 | | |
| 11593 | + | |
11584 | 11594 | | |
11585 | 11595 | | |
11586 | 11596 | | |
| |||
0 commit comments