Fix typo.

Fujii Masao
This commit is contained in:
Magnus Hagander 2010-04-13 08:19:12 +00:00
parent a95d15ff5d
commit 4f57c28da0

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.264 2010/04/12 22:09:58 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.265 2010/04/13 08:19:12 mha Exp $ -->
<chapter Id="runtime-config"> <chapter Id="runtime-config">
<title>Server Configuration</title> <title>Server Configuration</title>
@ -1733,7 +1733,7 @@ SET ENABLE_SEQSCAN TO OFF;
<varname>archive_mode</> is enabled, WAL archiving is temporarily <varname>archive_mode</> is enabled, WAL archiving is temporarily
disabled, but the server continues to accumulate WAL segment files in disabled, but the server continues to accumulate WAL segment files in
the expectation that a command will soon be provided. Setting the expectation that a command will soon be provided. Setting
<varname>archive_mode</> to a command that does nothing but <varname>archive_command</> to a command that does nothing but
return true, e.g. <literal>/bin/true</>, effectively disables return true, e.g. <literal>/bin/true</>, effectively disables
archiving, but also breaks the chain of WAL files needed for archiving, but also breaks the chain of WAL files needed for
archive recovery, so it should only be used in unusual circumstances. archive recovery, so it should only be used in unusual circumstances.