| From: | Loyal <lbarbertexas(at)gmail(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Experience with many schemas vs many databases |
| Date: | 2009-11-16 00:42:43 |
| Message-ID: | c1447bde-708c-4554-b625-4cd04edb9644@c16g2000yqd.googlegroups.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Nov 15, 1:07 pm, lovetodrinkpe(dot)(dot)(dot)(at)gmail(dot)com (undisclosed user)
wrote:
> If I were to switch to a single DB/single schema format shared among all
> users , how can I backup each user individually?
>
> Frank
> <snip>
I would love to understand why that would be a requirement. I would
much
prefer backing up one database/schema. If I needed to restore a
single user
I then have options such as restoring to my test database then
extracting
that single user's data, though it is still unclear to me why that
would be a
requirement. If it is so single users can get a backup their own
data, I would
do it using a generic script or function. Since your users would see
their own
views only that should work fine.
Loyal
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Loyal | 2009-11-16 01:06:24 | Re: Voting: "pg_ctl init" versus "initdb" |
| Previous Message | Bob Pawley | 2009-11-16 00:06:46 | Re: Triggering from a specific column update |