Fix typo.
authorMagnus Hagander
Tue, 13 Apr 2010 08:19:12 +0000 (08:19 +0000)
committerMagnus Hagander
Tue, 13 Apr 2010 08:19:12 +0000 (08:19 +0000)
Fujii Masao

doc/src/sgml/config.sgml

index b65c336cc1f403151b8088e9358efea0f3ea3948..a548968b5488d1f9b7bca58813a8192c36f9b05c 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
   Server Configuration
@@ -1733,7 +1733,7 @@ SET ENABLE_SEQSCAN TO OFF;
         archive_mode is enabled, WAL archiving is temporarily
         disabled, but the server continues to accumulate WAL segment files in
         the expectation that a command will soon be provided.  Setting
-        archive_mode to a command that does nothing but
+        archive_command to a command that does nothing but
         return true, e.g. /bin/true, effectively disables
         archiving, but also breaks the chain of WAL files needed for
         archive recovery, so it should only be used in unusual circumstances.