Re: Upgrading 7.3.9 -> 7.4.8 - trouble with blobs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Upgrading 7.3.9 -> 7.4.8 - trouble with blobs
Дата
Msg-id 23896.1123797125@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Upgrading 7.3.9 -> 7.4.8 - trouble with blobs  (Christian Goetze <cg@sensage.com>)
Ответы Re: Upgrading 7.3.9 -> 7.4.8 - trouble with blobs  (Christian Goetze <cg@sensage.com>)
Список pgsql-general
Christian Goetze <cg@sensage.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

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: No PUBLIC access by default?
Следующее
От: "Guy Rouillier"
Дата:
Сообщение: Re: No PUBLIC access by default?