Justin Falk <jfalkmu(at)gmail(dot)com> writes:
> 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)
There was something similar reported here:
http://archives.postgresql.org/pgsql-admin/2010-04/msg00237.php
but we haven't got to the bottom of it yet. Can you create a
self-contained test case?
regards, tom lane