Thread: AW: Proposal: More flexible backup/restore via pg_dump

AW: Proposal: More flexible backup/restore via pg_dump

From
Zeugswetter Andreas SB
Date:
> Sanity Check: does fseek work on tapes? If not, what is the 
> correct way to
> read a particular block/byte from a file on a tape?

This is usually not possible, meaning that to read backwards you have to
rewind 
to the beginning of tape, then seek to your position. Same is usually true
if you 
use a pipe to a storage manager.

Andreas