]> granicus.if.org Git - postgresql/commit
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)
commit6517f377d65dfb385d589edaa423aef0d1cf5a52
tree2f0ec8d579d5e74ddf89d13ce30a18e34a3b713d
parent85e2cedf985bfecaf43a18ca17433070f439fb0e
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