Re: Caching Websites

scott.marlowe <scott.marlowe@ihs.com>

From: "scott.marlowe" <scott.marlowe@ihs.com>
To: Doug McNaught <doug@mcnaught.org>
Cc: Adam Kessel <adam@bostoncoop.net>, <pgsql-general@postgresql.org>
Date: 2003-05-12T16:04:04Z
Lists: pgsql-general
On 12 May 2003, Doug McNaught wrote:

> "scott.marlowe" <scott.marlowe@ihs.com> writes:
> 
> > The advantage to storing them in bytea or text with base64 is that 
> > pg_dump backs up your whole database.
> 
> 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?