Re: Independent backups of subdatabases

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Independent backups of subdatabases
Дата
Msg-id 50F6379C.2090002@hogranch.com
обсуждение исходный текст
Ответ на Independent backups of subdatabases  (Robert James <srobertjames@gmail.com>)
Ответы Re: Independent backups of subdatabases
Список pgsql-general
On 1/15/2013 9:02 PM, Robert James wrote:
> I would do this as actual databases, but Postgres doesn't allow JOINs
> and FKs between different databases.  Can I use schema for the above?
> How? How do I backup and restore schema independently?

pg_dump --schema= ...

and drop schema, create schema prior to a restore of a given schema


В списке pgsql-general по дате отправления:

Предыдущее
От: Robert James
Дата:
Сообщение: Independent backups of subdatabases
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [pgpool-general: 1315] Re: Database connections seemingly hanging