Thread: Moving a PostgreSQL database to a new tablespace

Moving a PostgreSQL database to a new tablespace

From
JORGE MALDONADO
Date:
Is there a way to move an entire PostgreSQL database from one tablespace to a new one? Of course, I do not want to ALTER each object and SET the new tablespace.
 
Respectfully,
Jorge Maldonado

Re: Moving a PostgreSQL database to a new tablespace

From
Merlin Moncure
Date:
On Mon, Aug 8, 2011 at 5:09 PM, JORGE MALDONADO <jorgemal1960@gmail.com> wrote:
> Is there a way to move an entire PostgreSQL database from one tablespace
> to a new one? Of course, I do not want to ALTER each object and SET the new
> tablespace.

'did you try alter database set tablespace'?

merlin