cdaringe(at)gmail(dot)com writes:
> I have read the documentation on pg_restore using --jobs. Unfortunately,
> when I run the pg_restore command with --jobs=4 or --jobs=6, it _skips_
> re-adding indexes to my tables.
It seems pretty unlikely that it would just "skip" them. More probable
is that the index creation commands are failing for some reason. Have
you looked at pg_restore's output and/or the postmaster log for clues?
If that doesn't turn up any info, can you provide a self-contained
test case?
regards, tom lane