Re: schema or database

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: schema or database
Date: 2015-04-13 07:10:14
Message-ID: 552B6BD6.6040606@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/13/2015 12:07 AM, Alban Hertroys wrote:
> That's easier to backup, sure, but you can't restore a single customer's schema easily that way. So if one customer messes up their data big time, you'll need to restore a backup for all customers in the DB.

if you use pg_dump -Fc, then you can specify the schema at pg_restore time.

--
john r pierce, recycling bits in santa cruz

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2015-04-13 07:33:59 Re: Limiting user from changing its own attributes
Previous Message Alban Hertroys 2015-04-13 07:07:56 Re: schema or database