Re: Migrating a Database to a new tablespace - Mailing list pgsql-sql

From Markus Schaber
Subject Re: Migrating a Database to a new tablespace
Date
Msg-id 444CA971.3000505@logix-tt.com
Whole thread Raw
In response to Migrating a Database to a new tablespace  (Markus Schaber <schabi@logix-tt.com>)
Responses Re: Migrating a Database to a new tablespace  (Markus Schaber <schabi@logix-tt.com>)
List pgsql-sql
Hello,

Markus Schaber wrote:

>>What is the easiest way to migrate a complete database from one
>>tablespace to another?
>>
>>ALTER DATABASE only allows to set the default tablespace, but not
>>migrating the existing database.
> 
> Is there really no way to do this?

Via some scripting, I now migrated all tables and indices, however I
found no way to migrate sequences.

The problem is that I cannot just move the tablespace itsself via
mv/symlink/fiddling_of_systables, because the tablespace contains some
other databases that are meant to remain there.

Thanks,
Markus

-- 
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org


pgsql-sql by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: date array
Next
From: Markus Schaber
Date:
Subject: Re: Migrating a Database to a new tablespace