Independent backups of subdatabases

Поиск
Список
Период
Сортировка
От Robert James
Тема Independent backups of subdatabases
Дата
Msg-id CAGYyBgiojmrw=B78bf=_vOaOc13chB9HzrqNFiHFwqom+7ZeNg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Independent backups of subdatabases  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
I'd like to organize tables into different groups. This is for 3 reasons:

1. Each group needs to be backed up and restored independently from the others
2. Each group has different permissions for particular users
3. As an aid to human understanding organization

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?


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

Предыдущее
От: "Meta Seller Dev/Admin"
Дата:
Сообщение: Re: SELECT * and column ordering
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Independent backups of subdatabases