Re: trouble migrating large objects from 7.1.3 to 7.3.2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: trouble migrating large objects from 7.1.3 to 7.3.2
Дата
Msg-id 3658.1051028556@sss.pgh.pa.us
обсуждение исходный текст
Ответ на trouble migrating large objects from 7.1.3 to 7.3.2  ("John M. Layman" <jml@frijid.net>)
Список pgsql-admin
"John M. Layman" <jml@frijid.net> writes:
> pg_dump -p 6543 -b -Ft -v -o dbase | pg_restore -p 5432 -Ft -v -o -d dbase

> The above command causes pg_restore to fail with the following error:

> pg_restore: [tar archiver] could not find header for file 37.dat in tar archive

Philip Warner points out that "-o" for pg_restore means "restore in OID
order", which requires seeking in the input file, which won't work on
piped input.  Try it without the -o on the restore side.  (Offhand I'd
bet that you don't really want -o on the dump side, either, but that's
a different issue.)

The error messages do leave something to be desired :-(

            regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: trouble migrating large objects from 7.1.3 to 7.3.2
Следующее
От: Erwin Ambrosch
Дата:
Сообщение: How dose Postgresql store date internaly?