Remove unnecessary comma in documentation.
authorBruce Momjian
Fri, 12 Mar 2010 17:46:07 +0000 (17:46 +0000)
committerBruce Momjian
Fri, 12 Mar 2010 17:46:07 +0000 (17:46 +0000)
doc/src/sgml/config.sgml

index 078d35c8f88da85fff56c2baa6e5bd200de685ef..0bfeef49c4c3cc29234193eb6a30944b8df758f2 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
   Server Configuration
@@ -1734,7 +1734,7 @@ SET ENABLE_SEQSCAN TO OFF;
         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
-        return true, e.g. /bin/true, effectively disables
+        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.