"Merlin Moncure" <merlin.moncure@rcsonline.com> writes:
> I'll test...is there a quick way to reproduce the error?
Try
pg_dump -Fc mydb >mydb.dump
pg_restore -l mydb.dump
and see if pg_restore complains. I'd suggest checking
all four combinations of writing to stdout or a named file and
having pg_restore read from stdin or a named file.
regards, tom lane