Independent backups of subdatabases - Mailing list pgsql-general

From Robert James
Subject Independent backups of subdatabases
Date
Msg-id CAGYyBgiojmrw=B78bf=_vOaOc13chB9HzrqNFiHFwqom+7ZeNg@mail.gmail.com
Whole thread Raw
Responses Re: Independent backups of subdatabases
List 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 by date:

Previous
From: "Meta Seller Dev/Admin"
Date:
Subject: Re: SELECT * and column ordering
Next
From: John R Pierce
Date:
Subject: Re: Independent backups of subdatabases