Problem restoring with pg_dump

Поиск
Список
Период
Сортировка
От Peter Wilson
Тема Problem restoring with pg_dump
Дата
Msg-id ekh1c7$1qct$1@news.hub.org
обсуждение исходный текст
Ответы Re: Problem restoring with pg_dump  (Adam Radlowski <adamr@informatyka.gdansk.pl>)
Re: Problem restoring with pg_dump  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
I posted this to 'general' yesterday but with no luck. This is probably a better
group.

I've just got the following message while trying to restore a database :

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

The command was :
pg_restore -L /tmp/toc --dbname=whitebeam --disable-triggers --username=postgres
/var/backups/restore-db.psql

/tmp/toc is a re-orderd output from :

pg_restore -l -a /var/backups/restore-db.psql > /tmp/toc

Using Postgres 8.1.4 on
Linux version 2.6.15-1.2054_FC5

The dump itself was made on another machine running 8.1.4 on Fedora core 4.

I've run similar commands on this machine before with no problems. Not sure why
I should start to have these problems now?

Anyone else seen anything similar? Thoughts much appreciated!

Pete

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

Предыдущее
От: "Marcelo Costa"
Дата:
Сообщение: Re: Drop All Index
Следующее
От: Jessica Richard
Дата:
Сообщение: how do I create a db with unicode encoding on a utf8 server