aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2014-09-06 11:10:51 -0400
committerBruce Momjian <bruce@momjian.us>2014-09-06 11:10:51 -0400
commitf9c0434ee330bdbd07d7dc75ade849a1d01ef42e (patch)
tree36d70f0d4a5299d2b7638f0f42899c853e1f04f9
parenta6d9b331aaa1bccd740700954c15bd56727189ad (diff)
downloadpostgresql-f9c0434ee330bdbd07d7dc75ade849a1d01ef42e.tar.gz
postgresql-f9c0434ee330bdbd07d7dc75ade849a1d01ef42e.zip
Properly document that -r is only honored from the command-line.
This is for postgres/postmaster options. Report by Tom Lane Backpatch through 9.4
-rw-r--r--doc/src/sgml/ref/postgres-ref.sgml5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml
index 8e225e4c5d0..2ea614c466f 100644
--- 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>