From c24b2ef21781d0c848bdbcef294c02e6902d6295 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 12 Mar 2010 23:21:48 +0000 Subject: [PATCH] Re-add comma, oops. --- doc/src/sgml/config.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 0bfeef49c4..e8720e14e7 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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.