Support syntax "CLUSTER table USING index", which is more logical.
Bruce Momjian <bruce@momjian.us>
Support syntax "CLUSTER table USING index", which is more logical. Holger Schurig
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/cluster.sgml | modified | +15 −11 |
| src/backend/parser/gram.y | modified | +24 −17 |
| src/bin/psql/tab-complete.c | modified | +11 −12 |
| src/test/regress/expected/cluster.out | modified | +1 −1 |
| src/test/regress/sql/cluster.sql | modified | +1 −1 |