postgresql/src/include/nodes
Stephen Frost 76e91b38ba Add ALTER TABLESPACE ... MOVE command
This adds a 'MOVE' sub-command to ALTER TABLESPACE which allows moving sets of
objects from one tablespace to another.  This can be extremely handy and avoids
a lot of error-prone scripting.  ALTER TABLESPACE ... MOVE will only move
objects the user owns, will notify the user if no objects were found, and can
be used to move ALL objects or specific types of objects (TABLES, INDEXES, or
MATERIALIZED VIEWS).
2014-01-18 18:56:40 -05:00
..
bitmapset.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
execnodes.h Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE. 2014-01-13 14:42:16 -05:00
makefuncs.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
memnodes.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
nodeFuncs.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
nodes.h Add ALTER TABLESPACE ... MOVE command 2014-01-18 18:56:40 -05:00
params.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parsenodes.h Add ALTER TABLESPACE ... MOVE command 2014-01-18 18:56:40 -05:00
pg_list.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
plannodes.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
primnodes.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
print.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
readfuncs.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
relation.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
replnodes.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
tidbitmap.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
value.h Update copyright for 2014 2014-01-07 16:05:30 -05:00