diff options
author | Magnus Hagander <magnus@hagander.net> | 2010-04-13 08:19:12 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2010-04-13 08:19:12 +0000 |
commit | 4f57c28da067d0df4a1a23e0d0bcd9aa14cd7c5e (patch) | |
tree | d673c288ec6ba749aa6a3c81b2db764e0452a8e7 /doc/src | |
parent | a95d15ff5dd58ed1d8889e2476748a3ea49a9bf1 (diff) | |
download | postgresql-4f57c28da067d0df4a1a23e0d0bcd9aa14cd7c5e.tar.gz postgresql-4f57c28da067d0df4a1a23e0d0bcd9aa14cd7c5e.zip |
Fix typo.
Fujii Masao
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index b65c336cc1f..a548968b548 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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"> <title>Server Configuration</title> @@ -1733,7 +1733,7 @@ SET ENABLE_SEQSCAN TO OFF; <varname>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 - <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 archiving, but also breaks the chain of WAL files needed for archive recovery, so it should only be used in unusual circumstances. |