1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00

Add ALTER TABLE <tablename> CLUSTER ON <indexname>

Alvaro Herrera
This commit is contained in:
Bruce Momjian
2003-03-20 18:52:48 +00:00
parent db5d7ccac9
commit 432b9b0f75
8 changed files with 146 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: parsenodes.h,v 1.234 2003/03/20 07:02:11 momjian Exp $
* $Id: parsenodes.h,v 1.235 2003/03/20 18:52:48 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -704,6 +704,7 @@ typedef struct AlterTableStmt
* X = drop constraint
* E = create toast table
* U = change owner
* L = CLUSTER ON
* o = DROP OIDS
*------------
*/