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:31:33 +0100 |
commit | 2bb6050c453d4015478a2cc27a088119d963b1ed (patch) | |
tree | c1d255a472582873f92d19a7d10ed64aa82d8b56 | |
parent | 0a0eec670dcfc6a7fe9f5717e85b6f651a6754b8 (diff) | |
download | postgresql-2bb6050c453d4015478a2cc27a088119d963b1ed.tar.gz postgresql-2bb6050c453d4015478a2cc27a088119d963b1ed.zip |
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 f3287219627..32283f404d1 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -615,7 +615,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> @@ -2604,7 +2605,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> @@ -2622,7 +2624,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> |