From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Philip Crotwell <crotwell(at)seis(dot)sc(dot)edu> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: pgdump, large objects and 7.0->7.1 |
Date: | 2001-03-16 23:11:02 |
Message-ID: | 28975.984784262@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Philip Crotwell <crotwell(at)seis(dot)sc(dot)edu> writes:
> So, 3 questions that basically boil down to "What is the best way to move
> large objects from 7.0 to 7.1."
> 1) Can I use the 7.1 pgdumpall to dump a 7.0.3 database? The docs say no,
> but worth a try.
The docs say no, and they mean no.
There is a new contrib utility that can be used to pull large objects
from a 7.0 (or older) database. Unfortunately the version that's in
contrib right now will only talk to 7.1 :-(. I've attached a tarfile
for a version that works with 7.0.*.
> 3) Do I need to preserve oid's when with pgdump using large objects?
No, pg_dumplo takes care of that.
regards, tom lane
Attachment | Content-Type | Size |
---|---|---|
pg_dumplo_old.tar.gz | application/octet-stream | 7.2 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Doug McNaught | 2001-03-16 23:15:57 | Re: URL for gmake |
Previous Message | Chris Jones | 2001-03-16 23:06:26 | Re: URL for gmake |