Fix typo, per Thom Brown.
authorTom Lane
Wed, 28 Apr 2010 21:23:29 +0000 (21:23 +0000)
committerTom Lane
Wed, 28 Apr 2010 21:23:29 +0000 (21:23 +0000)
doc/src/sgml/perform.sgml

index a2f7e0629f7eabb6ce638948f2f372e1ad5b6b32..9400ebcc151a7955a2faa278996ab30541768cee 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Performance Tips
@@ -1027,7 +1027,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
      
       
        If using WAL archiving or streaming replication, consider disabling
-       them during the restore. To do that, set arcive_mode off,
+       them during the restore. To do that, set archive_mode off,
        wal_level to minimal, and
        max_wal_senders zero before loading the dump script,
        and afterwards set them back to the right values and take a fresh