Add ALTER TABLE <tablename> CLUSTER ON <indexname>
Bruce Momjian <bruce@momjian.us>
Add ALTER TABLE <tablename> CLUSTER ON <indexname> Alvaro Herrera
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/alter_table.sgml | modified | +22 −1 |
| src/backend/commands/tablecmds.c | modified | +85 −1 |
| src/backend/parser/gram.y | modified | +10 −1 |
| src/backend/tcop/utility.c | modified | +4 −1 |
| src/include/commands/tablecmds.h | modified | +3 −1 |
| src/include/nodes/parsenodes.h | modified | +2 −1 |
| src/test/regress/expected/cluster.out | modified | +12 −0 |
| src/test/regress/sql/cluster.sql | modified | +8 −0 |