mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Add ALTER INDEX, particularly for moving tablespaces.
Gavin Sherry
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/include/nodes/parsenodes.h,v 1.266 2004/08/19 20:57:41 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/include/nodes/parsenodes.h,v 1.267 2004/08/20 04:29:33 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -797,6 +797,7 @@ typedef struct AlterTableStmt
|
||||
NodeTag type;
|
||||
RangeVar *relation; /* table to work on */
|
||||
List *cmds; /* list of subcommands */
|
||||
ObjectType relkind; /* type of object */
|
||||
} AlterTableStmt;
|
||||
|
||||
typedef enum AlterTableType
|
||||
|
||||
Reference in New Issue
Block a user