Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 7 Nov 2008 18:25:07 +0000 (18:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 7 Nov 2008 18:25:07 +0000 (18:25 +0000)
commitb9b6ad9526bb63f16111c02c15e12f744b3d6b51
treef714bfc1392f7221e6acbc7c319252474bec4169
parent73c782d769cd052976ed0a797e46ef5435ac5c65
Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least
as much of it as lives in its default tablespace) to a new tablespace.

Guillaume Lelarge, with some help from Bernd Helmle and Tom Lane
doc/src/sgml/ref/alter_database.sgml
src/backend/commands/dbcommands.c
src/backend/parser/gram.y
src/backend/storage/lmgr/lmgr.c
src/backend/tcop/utility.c
src/bin/psql/tab-complete.c
src/include/commands/dbcommands.h
src/include/storage/lmgr.h