forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcdaedfc
committed
Support parenthesized syntax for CLUSTER without a table name.
b5913f6 added a parenthesized syntax for CLUSTER, but itrequires specifying a table name. This is unlike commands such asVACUUM and ANALYZE, which do not require specifying a table in theparenthesized syntax. This change resolves this inconsistency.This is preparatory work for a follow-up commit that will move theunparenthesized syntax to the "Compatibility" section of theCLUSTER documentation.Reviewed-by: Melanie Plageman, Michael PaquierDiscussion:https://postgr.es/m/CAAKRu_bc5uHieG1976kGqJKxyWtyQt9yvktjsVX%2Bi7NOigDjOA%40mail.gmail.com1 parent018b61f commitcdaedfc
2 files changed
+12
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
Lines changed: 11 additions & 1 deletion
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
Comments
(0)