projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb8586d
)
Add mention of sort_mem in the restore docs.
author
Bruce Momjian
<bruce@momjian.us>
Sun, 17 Aug 2003 03:14:26 +0000
(
03:14
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sun, 17 Aug 2003 03:14:26 +0000
(
03:14
+0000)
doc/src/sgml/backup.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/backup.sgml
b/doc/src/sgml/backup.sgml
index 6e7e9cbf0be0581e3225f173fc13ce8ea4bea269..8369342726c088189b11321532050204466a6424 100644
(file)
--- a/
doc/src/sgml/backup.sgml
+++ b/
doc/src/sgml/backup.sgml
@@
-1,5
+1,5
@@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.2
7 2003/08/01 01:01:52 tgl
Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.2
8 2003/08/17 03:14:26 momjian
Exp $
-->
<chapter id="backup">
<title>Backup and Restore</title>
@@
-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">