mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Document unavailable parameters in some configurations
Add a note to user-facing parameters that can be removed completely (and not just empty) by #ifdef's depending on build configuration.
This commit is contained in:
parent
43a7206fcc
commit
10de92f87f
@ -2415,7 +2415,8 @@ SELECT * FROM parent WHERE key = 2400;
|
||||
documentation of your system's
|
||||
<application>syslog</application> daemon.
|
||||
This parameter can only be set in the <filename>postgresql.conf</>
|
||||
file or on the server command line.
|
||||
file or on the server command line. This parameter is unavailable
|
||||
unless the server is compiled with support for syslog.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -2433,7 +2434,8 @@ SELECT * FROM parent WHERE key = 2400;
|
||||
<application>syslog</application> logs. The default is
|
||||
<literal>postgres</literal>.
|
||||
This parameter can only be set in the <filename>postgresql.conf</>
|
||||
file or on the server command line.
|
||||
file or on the server command line. This parameter is unavailable
|
||||
unless the server is compiled with support for syslog.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Loading…
x
Reference in New Issue
Block a user