Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 67bc0b2

Browse files
committed
Document that /bin/true on Windows is implemented by 'REM'.
1 parent e1f8d97 commit 67bc0b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/config.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
<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>

0 commit comments

Comments
 (0)