postgresql/src/backend/tcop
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
..
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
dest.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
fastpath.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
postgres.c Fix possible crashes due to using elog/ereport too early in startup. 2014-01-11 16:36:07 -05:00
pquery.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
utility.c Add ALTER TABLESPACE ... MOVE command 2014-01-18 18:56:40 -05:00