From: Magnus Hagander Date: Tue, 13 Apr 2010 08:19:12 +0000 (+0000) Subject: Fix typo. X-Git-Tag: REL9_0_BETA1~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f57c28da067d0df4a1a23e0d0bcd9aa14cd7c5e;p=postgresql Fix typo. Fujii Masao --- 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.