diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-09-06 11:10:51 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-09-06 11:10:51 -0400 |
commit | f9c0434ee330bdbd07d7dc75ade849a1d01ef42e (patch) | |
tree | 36d70f0d4a5299d2b7638f0f42899c853e1f04f9 | |
parent | a6d9b331aaa1bccd740700954c15bd56727189ad (diff) | |
download | postgresql-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.sgml | 5 |
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> |