diff options
| author | Stephen Frost | 2014-08-21 23:06:17 +0000 |
|---|---|---|
| committer | Stephen Frost | 2014-08-21 23:06:17 +0000 |
| commit | 3c4cf080879b386d4ed1814667aca025caafe608 (patch) | |
| tree | ec530d19313baddf3ff3ee8aa693c5f4f0326b32 /src/tools/pgindent | |
| parent | f57791985ac3d776cb67e9d69befde538cfdf13b (diff) | |
Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
As 'ALTER TABLESPACE .. MOVE ALL' really didn't change the tablespace
but instead changed objects inside tablespaces, it made sense to
rework the syntax and supporting functions to operate under the
'ALTER (TABLE|INDEX|MATERIALIZED VIEW)' syntax and to be in
tablecmds.c.
Pointed out by Alvaro, who also suggested the new syntax.
Back-patch to 9.4.
Diffstat (limited to 'src/tools/pgindent')
| -rw-r--r-- | src/tools/pgindent/typedefs.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index 913d6ef6b2..ab36aa3acb 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -77,7 +77,7 @@ AlterSystemStmt AlterTSConfigurationStmt AlterTSDictionaryStmt AlterTableCmd -AlterTableSpaceMoveStmt +AlterTableMoveAllStmt AlterTableSpaceOptionsStmt AlterTableStmt AlterTableType |
