From: Bruce Momjian Date: Sun, 17 Aug 2003 03:14:26 +0000 (+0000) Subject: Add mention of sort_mem in the restore docs. X-Git-Tag: REL7_4_BETA2~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3297804e14bbbbf5e14ea4b64927e691843a7813;p=thirdparty%2Fpostgresql.git Add mention of sort_mem in the restore docs. --- diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index 6e7e9cbf0be..8369342726c 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1,5 +1,5 @@ Backup and Restore @@ -153,6 +153,10 @@ pg_dump -h host1 dbname | psql -h h + + Restore performance can be improved by increasing SORT_MEM + (see ). +