projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec646db
)
Fix broken markup.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 17 Aug 2003 22:05:13 +0000
(22:05 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 17 Aug 2003 22:05:13 +0000
(22:05 +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 8369342726c088189b11321532050204466a6424..95679d8cce2467b7fba75a5f5d1816c5aaa51813 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
8 2003/08/17 03:14:26 momjian
Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.2
9 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>