Index: doc/src/sgml/backup.sgml
===================================================================
RCS file: /var/lib/cvs/pgsql-server/doc/src/sgml/backup.sgml,v
retrieving revision 2.23
diff -c -r2.23 backup.sgml
*** doc/src/sgml/backup.sgml	21 Oct 2002 02:11:37 -0000	2.23
--- doc/src/sgml/backup.sgml	10 Nov 2002 21:14:12 -0000
***************
*** 104,117 ****
  </synopsis>
      where <replaceable class="parameter">infile</replaceable> is what
      you used as <replaceable class="parameter">outfile</replaceable>
!     for the pg_dump command. The database <replaceable
      class="parameter">dbname</replaceable> will not be created by this
!     command, you must create it yourself from template0 before executing
!     <application>psql</> (e.g., with <literal>createdb -T template0
!     <replaceable class="parameter">dbname</></literal>).
!     <application>psql</> supports similar options to <application>pg_dump</> 
!     for controlling the database server location and the user names. See
!     its reference page for more information.
     </para>
  
     <para>
--- 104,118 ----
  </synopsis>
      where <replaceable class="parameter">infile</replaceable> is what
      you used as <replaceable class="parameter">outfile</replaceable>
!     for the <application>pg_dump</> command. The database <replaceable
      class="parameter">dbname</replaceable> will not be created by this
!     command, you must create it yourself from template0 before
!     executing <application>psql</> (e.g., with <literal>createdb -T
!     template0 <replaceable class="parameter">dbname</></literal>).
!     <application>psql</> supports similar options to
!     <application>pg_dump</> for controlling the database server
!     location and the user names. See its reference page for more
!     information.
     </para>
  
     <para>
***************
*** 139,149 ****
  
    <important>
     <para>
! 	The dumps produced by pg_dump are relative to template0. This means 
!     that any languages, procedures, etc. added to template1 will also be
!     dumped by <application>pg_dump</>. As a result, when restoring, if 
!     you are using a customized template1, you must create the empty
!     database from template0, as in the example above.
     </para>
    </important>
  
--- 140,151 ----
  
    <important>
     <para>
!     The dumps produced by <application>pg_dump</> are relative to
!     template0. This means that any languages, procedures, etc. added
!     to template1 will also be dumped by <application>pg_dump</>. As a
!     result, when restoring, if you are using a customized template1,
!     you must create the empty database from template0, as in the
!     example above.
     </para>
    </important>
  
