Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6517f377d65dfb385d589edaa423aef0d1cf5a52
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-11-07T18:25:07Z
Releases: 8.4.0
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

Files