|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.287 2010/06/29 22:29:13 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.288 2010/06/30 02:43:10 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime-config">
|
4 | 4 | <title>Server Configuration</title>
|
@@ -1793,7 +1793,8 @@ SET ENABLE_SEQSCAN TO OFF;
|
1793 | 1793 | disabled, but the server continues to accumulate WAL segment files in
|
1794 | 1794 | the expectation that a command will soon be provided. Setting
|
1795 | 1795 | <varname>archive_command</> to a command that does nothing but
|
1796 |
| - return true, e.g. <literal>/bin/true</>, effectively disables |
| 1796 | + return true, e.g. <literal>/bin/true</> (<literal>REM</> on |
| 1797 | + Windows), effectively disables |
1797 | 1798 | archiving, but also breaks the chain of WAL files needed for
|
1798 | 1799 | archive recovery, so it should only be used in unusual circumstances.
|
1799 | 1800 | </para>
|
|