mirror of
https://github.com/postgres/postgres.git
synced 2026-06-11 01:30:11 -04:00
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
This commit is contained in:
parent
ad5d46a449
commit
d42f67c52a
1 changed files with 2 additions and 3 deletions
|
|
@ -571,9 +571,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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue