Re: Migrating a Database to a new tablespace

Поиск
Список
Период
Сортировка
От Markus Schaber
Тема Re: Migrating a Database to a new tablespace
Дата
Msg-id 444CA971.3000505@logix-tt.com
обсуждение исходный текст
Ответ на Migrating a Database to a new tablespace  (Markus Schaber <schabi@logix-tt.com>)
Ответы Re: Migrating a Database to a new tablespace  (Markus Schaber <schabi@logix-tt.com>)
Список 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 по дате отправления:

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: date array
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: Migrating a Database to a new tablespace