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-12T16:01:44Z
Lists: pgsql-general
"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.

-Doug