File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 $ -->
22
3
7A4E
3 <chapter Id="runtime-config">
44 <title>Server Configuration</title>
@@ -1793,7 +1793,8 @@ SET ENABLE_SEQSCAN TO OFF;
17931793 disabled, but the server continues to accumulate WAL segment files in
17941794 the expectation that a command will soon be provided. Setting
17951795 <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
17971798 archiving, but also breaks the chain of WAL files needed for
17981799 archive recovery, so it should only be used in unusual circumstances.
17991800 </para>
You can’t perform that action at this time.
0 commit comments