Document unavailable parameters in some configurations
authorMagnus Hagander <[email protected]>
Sat, 18 Dec 2010 15:30:00 +0000 (16:30 +0100)
committerMagnus Hagander <[email protected]>
Sat, 18 Dec 2010 15:31:54 +0000 (16:31 +0100)
Add a note to user-facing parameters that can be removed completely
(and not just empty) by #ifdef's depending on build configuration.

doc/src/sgml/config.sgml

index 6890bd5f20647580775d7169b6f6b56159adbfdc..9591f7cd41fef386888d51328c6d371597e5c632 100644 (file)
@@ -604,7 +604,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>
@@ -2577,7 +2578,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>
@@ -2595,7 +2597,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>