|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.259 2010/03/1217:46:07 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.260 2010/03/1223:21:48 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime-config">
|
4 | 4 | <title>Server Configuration</title>
|
@@ -1734,7 +1734,7 @@ SET ENABLE_SEQSCAN TO OFF;
|
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 | 1736 | <varname>archive_mode</> to a command that does nothing but
|
1737 |
| - return true, e.g. <literal>/bin/true</> effectively disables |
| 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.
|
1740 | 1740 | </para>
|
|