projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6d9b33
)
Properly document that -r is only honored from the command-line.
author
Bruce Momjian
<bruce@momjian.us>
Sat, 6 Sep 2014 15:10:51 +0000
(11:10 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Sat, 6 Sep 2014 15:10:51 +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
patch
|
blob
|
history
diff --git
a/doc/src/sgml/ref/postgres-ref.sgml
b/doc/src/sgml/ref/postgres-ref.sgml
index 8e225e4c5d0b9e5c22685ef31664664013eef96a..2ea614c466ff1bbcdb1ffc0f775d8177dc3c35cf 100644
(file)
--- a/
doc/src/sgml/ref/postgres-ref.sgml
+++ b/
doc/src/sgml/ref/postgres-ref.sgml
@@
-582,9
+582,8
@@
PostgreSQL documentation
<listitem>
<para>
Send all server log output to <replaceable
- class="parameter">filename</replaceable>. In normal multiuser
- mode, this option is ignored, and <systemitem>stderr</> is
- used by all processes.
+ class="parameter">filename</replaceable>. This option is only
+ honored when supplied as a command-line option.
</para>
</listitem>
</varlistentry>