Re: Another backup q - Mailing list pgsql-admin

From Tom Lane
Subject Re: Another backup q
Date
Msg-id 13092.979518889@sss.pgh.pa.us
Whole thread Raw
In response to Another backup q  (Halford Dace <hdace@bluedot.co.za>)
List pgsql-admin
Halford Dace <hdace@bluedot.co.za> writes:
> However, what rather terrifies me is that pg_dump seems only to store the
> oid field in the dump, and not the content of the LO itself.

You're quite right: pg_dump does NOT back up large objects.
(7.1's pg_dump will, but 7.0 and before don't.)

There is a pg_dumplo utility in current sources, a bit late :-(.
I have attached a copy of it that is modified to work with 7.0,
and I think it will work with 6.5, but I don't have a running 6.5
server to check with.  Test it out and let us know ...

            regards, tom lane


Attachment

pgsql-admin by date:

Previous
From: "Christian Pomar"
Date:
Subject: Row size limitation
Next
From: Mike Castle
Date:
Subject: Re: BAcking up a Postgres Database