From: Magnus Hagander Date: Sat, 18 Dec 2010 15:30:00 +0000 (+0100) Subject: Document unavailable parameters in some configurations X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=2bb6050c453d4015478a2cc27a088119d963b1ed;p=users%2Fhanada%2Fpostgres.git 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. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index f328721962..32283f404d 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -615,7 +615,8 @@ SET ENABLE_SEQSCAN TO OFF; Specifies a list of SSL ciphers that are allowed to be used on secure connections. See the 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. @@ -2604,7 +2605,8 @@ local0.* /var/log/postgresql documentation of your system's syslog daemon. This parameter can only be set in the 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. @@ -2622,7 +2624,8 @@ local0.* /var/log/postgresql syslog logs. The default is postgres. This parameter can only be set in the 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.