]> granicus.if.org Git - postgresql/commitdiff
Document that /bin/true on Windows is implemented by 'REM'.
authorBruce Momjian <bruce@momjian.us>
Wed, 30 Jun 2010 02:43:10 +0000 (02:43 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 30 Jun 2010 02:43:10 +0000 (02:43 +0000)
doc/src/sgml/config.sgml

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