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

index 6e7e9cbf0be0581e3225f173fc13ce8ea4bea269..8369342726c088189b11321532050204466a6424 100644 (file)
@@ -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 ).
+