"Evandro" <evandro(at)horizontenet(dot)com(dot)br> writes:
> pg_dump -Ft -b -o $DB | bzip2 > $ARQ
> pg_restore -h $SRV -vOd $DB -u $BUNZIPARQ
> Creating <Init> Max OID
> Archiver(db): Could not execute query. No result from backend.
This is is a bug in pg_restore that's triggered by the combination of
-Ft (or -Fc) and -o. It's fixed in 7.2's pg_restore.
regards, tom lane