OSDN Git Service

Fix broken markup.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Aug 2003 22:05:13 +0000 (22:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Aug 2003 22:05:13 +0000 (22:05 +0000)
doc/src/sgml/backup.sgml

index 8369342..95679d8 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.28 2003/08/17 03:14:26 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.29 2003/08/17 22:05:13 tgl Exp $
 -->
 <chapter id="backup">
  <title>Backup and Restore</title>
@@ -154,8 +154,10 @@ pg_dump -h <replaceable>host1</> <replaceable>dbname</> | psql -h <replaceable>h
    </important>
 
    <tip>
+    <para>
     Restore performance can be improved by increasing <literal>SORT_MEM</>
     (see <xref linkend="runtime-config-resource-memory">).
+    </para>
    </tip>
   </sect2>