From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Marion McKelvie" <marion(at)streamlet(dot)co(dot)uk> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: restoring large objects |
Date: | 2004-04-06 15:32:46 |
Message-ID: | 25098.1081265566@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
"Marion McKelvie" <marion(at)streamlet(dot)co(dot)uk> writes:
> I am running with 7.1.2 (I know it's old, but I don't have a lot of choice
> given the application running on it), and have dumped the database with
> the -b option. However, the restoration process generates new ids for the
> large objects which means the link between the data table referencing them
> and the content of pg_largeobject is lost.
pg_dump includes code in the dump that is supposed to update references
to match the new large object OIDs. Check into why that didn't work
for you. (One fairly likely possibility is that you stored the
references in the wrong type of column --- it has to be type "oid" or
"lo" or pg_dump won't think it needs updating.)
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Marion McKelvie | 2004-04-06 15:46:11 | Re: restoring large objects |
Previous Message | Lukasz | 2004-04-06 15:06:15 | Problem |