Re: Multiple logical databases - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Multiple logical databases
Date
Msg-id 1138893210.3105.7.camel@swithin
Whole thread Raw
In response to Multiple logical databases  ("Mark Woodward" <pgsql@mohawksoft.com>)
List pgsql-hackers
On Thu, 2006-02-02 at 10:23 -0500, Mark Woodward wrote:
> If one db is REALLY REALLY huge and doesn't change, and a few
> others are small and change often, pg_dumpall will spend most of its time
> dumping the unchanging data.
> 

My usual backup strategy does pg_dumpall -g to get the (tiny) global
data, and then pg_dump for each individual database. Quite apart from
anything else I prefer to have custom format dumps anyway, but I think
this should meet your need for less frequent dumping of some constant
database.

cheers

andrew



pgsql-hackers by date:

Previous
From: "Mark Woodward"
Date:
Subject: Multiple logical databases
Next
From: Tom Lane
Date:
Subject: Re: Multiple logical databases