We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec646db commit 1b68704Copy full SHA for 1b68704
doc/src/sgml/backup.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
-->
4
<chapter id="backup">
5
<title>Backup and Restore</title>
@@ -154,8 +154,10 @@ pg_dump -h <replaceable>host1</> <replaceable>dbname</> | psql -h <replaceable>h
154
</important>
155
156
<tip>
157
+ <para>
158
Restore performance can be improved by increasing <literal>SORT_MEM</>
159
(see <xref linkend="runtime-config-resource-memory">).
160
+ </para>
161
</tip>
162
</sect2>
163
0 commit comments