Add ALTER INDEX, particularly for moving tablespaces.
Bruce Momjian <bruce@momjian.us>
Add ALTER INDEX, particularly for moving tablespaces. Gavin Sherry
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/alter_index.sgml | added | +188 −0 |
| src/backend/parser/gram.y | modified | +45 −13 |
| src/backend/tcop/utility.c | modified | +18 −3 |
| src/bin/psql/tab-complete.c | modified | +13 −2 |
| src/include/nodes/parsenodes.h | modified | +2 −1 |