Add mention of sort_mem in the restore docs.
authorBruce Momjian <bruce@momjian.us>
Sun, 17 Aug 2003 03:14:26 +0000 (03:14 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 17 Aug 2003 03:14:26 +0000 (03:14 +0000)
doc/src/sgml/backup.sgml

index 86b36be4e952533da1e8d3738db37b33c7f4939c..f4f3297c20d90d7bf9d16211305a06f873e6a27d 100644 (file)
@@ -153,6 +153,10 @@ pg_dump -h <replaceable>host1</> <replaceable>dbname</> | psql -h <replaceable>h
     </para>
    </important>
 
+   <tip>
+    Restore performance can be improved by increasing <literal>SORT_MEM</>
+    (see <xref linkend="runtime-config-resource-memory">).
+   </tip>
   </sect2>
 
   <sect2 id="backup-dump-all">