Re: Caching Websites

Douglas McNaught <doug@mcnaught.org>

From: Doug McNaught <doug@mcnaught.org>
To: "scott.marlowe" <scott.marlowe@ihs.com>
Cc: Adam Kessel <adam@bostoncoop.net>, <pgsql-general@postgresql.org>
Date: 2003-05-12T17:23:54Z
Lists: pgsql-general
"scott.marlowe" <scott.marlowe@ihs.com> writes:

> On 12 May 2003, Doug McNaught wrote:
> 
> > It does with LOs too; you just have to use the -o option and either
> > the 'custom' or 'tar' format rather than straight SQL.
> 
> Cool.  I could of sworn that you had to back them up seperately.  Was that 
> the case at one time?

Maybe--I don't remember.

You do have to use an individual pg_dump command for each
database--the pg_dumpall command won't take the -o option.

-Doug