diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 6890bd5f206..9591f7cd41f 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -604,7 +604,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.
@@ -2577,7 +2578,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.
@@ -2595,7 +2597,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.