*** ref-symlink/pg_restore.sgml	Mon Dec 25 18:15:26 2000
--- pg_restore.sgml	Mon Mar  5 09:31:43 2001
***************
*** 428,440 ****
     The most flexible output file format is the new 'custom' format (-Fc). 
It allows for
     selection and reordering of all archived items, and is compressed by de
fault. The TAR
     format (-Ft) is not compressed and it is not possible to reorder
!    data load, but it is otherwise quite flexible.
    
  
    
     To reorder the items, it is first necessary to dump the contents of the
 archive:
     
!     $ pg_restore acrhive.file --list > archive.lis
     
     This file consists of a header and one line for each item, eg.
     
--- 428,440 ----
     The most flexible output file format is the new 'custom' format (-Fc). 
It allows for
     selection and reordering of all archived items, and is compressed by de
fault. The TAR
     format (-Ft) is not compressed and it is not possible to reorder
!    data when loading, but it is otherwise quite flexible.
    
  
    
     To reorder the items, it is first necessary to dump the contents of the
 archive:
     
!     $ pg_restore archive.file --list > archive.lis
     
     This file consists of a header and one line for each item, eg.