diff options
| author | Magnus Hagander <magnus@hagander.net> | 2010-12-18 16:30:00 +0100 | 
|---|---|---|
| committer | Magnus Hagander <magnus@hagander.net> | 2010-12-18 16:30:00 +0100 | 
| commit | 8b4d3d44dc7d64aaafd2269d3da8d2873137c691 (patch) | |
| tree | d62f0dfef21b7b00d86f947a5782878f2ad969d3 | |
| parent | 77451164e9936ac70ffdaca7e7f2c5eb7e148850 (diff) | |
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.
| -rw-r--r-- | doc/src/sgml/config.sgml | 9 | 
1 files changed, 6 insertions, 3 deletions
| diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 3284c70e22f..1b8e5a5259a 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -687,7 +687,8 @@ SET ENABLE_SEQSCAN TO OFF;         <para>          Specifies a list of <acronym>SSL</> ciphers that are allowed to be          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>        </listitem>       </varlistentry> @@ -2969,7 +2970,8 @@ local0.*    /var/log/postgresql          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> @@ -2987,7 +2989,8 @@ local0.*    /var/log/postgresql           <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> | 
