From 4f57c28da067d0df4a1a23e0d0bcd9aa14cd7c5e Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Tue, 13 Apr 2010 08:19:12 +0000 Subject: [PATCH] Fix typo. Fujii Masao --- 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 b65c336cc1..a548968b54 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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. -- 2.40.0