OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER.
Bruce Momjian <bruce@momjian.us>
OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. Has docs + regression test. Christopher Kings-Lynne
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/alter_table.sgml | modified | +15 −2 |
| src/backend/commands/tablecmds.c | modified | +20 −2 |
| src/backend/parser/gram.y | modified | +9 −1 |
| src/include/nodes/parsenodes.h | modified | +2 −1 |
| src/test/regress/expected/cluster.out | modified | +11 −0 |
| src/test/regress/sql/cluster.sql | modified | +8 −0 |