Re: Upgrading 7.3.9 -> 7.4.8 - trouble with blobs

From: Christian Goetze <cg(at)sensage(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Upgrading 7.3.9 -> 7.4.8 - trouble with blobs
Date: 2005-08-11 21:59:17
Message-ID: 42FBCA35.20009@sensage.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


>>pg_restore: [archiver] WARNING: skipping large-object restoration
>>
>>
>
>IIRC, you get that if you're asking it to emit a text script rather than
>connect directly to the destination database server. I think you need a
>"-d databasename" switch to make that happen.
>
>
>
Does this mean that the only way to upgrade is to have both the old and
the new databases running _at the same time_?

BTW, on further inspection, it would seem that the bytea fields loaded
properly after all - is the warning just a bug, or are "large objects"
something else altogether?
--
cg

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Wormley 2005-08-11 22:06:35 Re: insert performance riddle
Previous Message Guy Rouillier 2005-08-11 21:56:08 Re: No PUBLIC access by default?