pg_restore -j

Поиск
Список
Период
Сортировка
От Justin Falk
Тема pg_restore -j
Дата
Msg-id w2h594c267d1004132338k8aafd351p59eb46a06ceee206@mail.gmail.com
обсуждение исходный текст
Ответы Re: pg_restore -j  (Bruce Momjian <bruce@momjian.us>)
Re: pg_restore -j  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: pg_restore -j  (Scott Mead <scott.lists@enterprisedb.com>)
Re: pg_restore -j  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: pg_restore -j  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-admin
Hi,

I'm trying to use the -j option on pg_restore while restoring a database into PG 8.4.3. 

The dump was executed on PG 8.3.7 (Windows, Server 2003) using:

pg_dump -Fc -U postgres mydb > mydb.backup

This results in a ~3.4 GB dump file.

When I try to restore I'm using:

pg_restore -d mydb -U postgres -j 4 mydb.backup

This results in an error:

pg_restore: [custom archiver] dumping a specific TOC data block out of order not supported without ID on this input stream (fseek required)

The dump works fine if I omit the -j option.  What am I doing wrong?

Thanks,

Justin

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

Предыдущее
От: Mitch Collinsworth
Дата:
Сообщение: drop database / create database / data still here ?
Следующее
От: Jose Berardo
Дата:
Сообщение: Re: PostgreSQL with SSL