]> git.ipfire.org Git - thirdparty/postgresql.git/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:33:43 +0000 (16:33 +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 ffc0d9cc14200227b90972d4e853e38bd58a1a86..f1256070da3ea2582689bf78ee6f08da11090c2c 100644 (file)
@@ -2415,7 +2415,8 @@ SELECT * FROM parent WHERE key = 2400;
         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>
@@ -2433,7 +2434,8 @@ SELECT * FROM parent WHERE key = 2400;
          <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>