]> granicus.if.org Git - postgresql/commitdiff
Document unavailable parameters in some configurations
authorMagnus Hagander <magnus@hagander.net>
Sat, 18 Dec 2010 15:30:00 +0000 (16:30 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sat, 18 Dec 2010 15:30:00 +0000 (16:30 +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 3284c70e22f546f3ae58cef670e79b2ba66163ce..1b8e5a5259a5c73d1b92de47137d1477825eedf0 100644 (file)
@@ -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>