Re: parallel option in pg_restore - Mailing list pgsql-admin

From Tom Lane
Subject Re: parallel option in pg_restore
Date
Msg-id 5733.1277232039@sss.pgh.pa.us
Whole thread Raw
In response to Re: parallel option in pg_restore  ("Igor Neyman" <ineyman@perceptron.com>)
Responses Re: parallel option in pg_restore  ("Igor Neyman" <ineyman@perceptron.com>)
List pgsql-admin
"Igor Neyman" <ineyman@perceptron.com> writes:
> Attached is script that could be used to pre-create "parent" tables
> (from which partitions were inherited).

Thanks.  Now that I dig into it, it looks like the actual trigger for
the problem is that pg_dump, not pg_restore, couldn't seek while it
was creating the dump file --- so it didn't seek back and update the
file's table-of-contents with exact dump offsets.  What command did
you use to create the dump file, exactly?

            regards, tom lane

pgsql-admin by date:

Previous
From: "Igor Neyman"
Date:
Subject: Re: parallel option in pg_restore
Next
From: "Igor Neyman"
Date:
Subject: Re: parallel option in pg_restore