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