Properly document that -r is only honored from the command-line.
authorBruce Momjian
Sat, 6 Sep 2014 15:10:52 +0000 (11:10 -0400)
committerBruce Momjian
Sat, 6 Sep 2014 15:10:52 +0000 (11:10 -0400)
This is for postgres/postmaster options.

Report by Tom Lane

Backpatch through 9.4

doc/src/sgml/ref/postgres-ref.sgml

index 845d96940b045c8bce562862b1f5edf5d99368be..3b5617181cae6fcfcf6b0c0f88354b5355dbbf13 100644 (file)
@@ -571,9 +571,8 @@ PostgreSQL documentation
       
        
         Send all server log output to 
-        class="parameter">filename.  In normal multiuser
-        mode, this option is ignored, and stderr is
-        used by all processes.
+        class="parameter">filename.  This option is only
+        honored when supplied as a command-line option.