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:
Magnus Hagander 2010-12-18 16:30:00 +01:00
parent 0a0eec670d
commit 2bb6050c45

View File

@ -615,7 +615,8 @@ SET ENABLE_SEQSCAN TO OFF;
<para> <para>
Specifies a list of <acronym>SSL</> ciphers that are allowed to be Specifies a list of <acronym>SSL</> ciphers that are allowed to be
used on secure connections. See the <application>openssl</> used on secure connections. See the <application>openssl</>
manual page for a list of supported ciphers. manual page for a list of supported ciphers. This parameter is
unavailable unless the server is compiled with support for SSL.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -2604,7 +2605,8 @@ local0.* /var/log/postgresql
documentation of your system's documentation of your system's
<application>syslog</application> daemon. <application>syslog</application> daemon.
This parameter can only be set in the <filename>postgresql.conf</> 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> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -2622,7 +2624,8 @@ local0.* /var/log/postgresql
<application>syslog</application> logs. The default is <application>syslog</application> logs. The default is
<literal>postgres</literal>. <literal>postgres</literal>.
This parameter can only be set in the <filename>postgresql.conf</> 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> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>