Re: Upgrading 7.3.9 -> 7.4.8 - trouble with blobs

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

Christian Goetze <cg(at)sensage(dot)com> writes:
> pg_restore\
> --host=$SENSAGE_DB_HOST\
> --port=$SENSAGE_DB_PORT\
> -U $SENSAGE_DB_ROOT_USER\
> --create\
> --format=t\
> "$upgrade_dump"

> Seems to work fine, except I get:

> 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.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Guy Rouillier 2005-08-11 21:56:08 Re: No PUBLIC access by default?
Previous Message Tom Lane 2005-08-11 21:44:45 Re: No PUBLIC access by default?