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:
@@ -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
|
||||
*------------
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user