diff options
author | Magnus Hagander <magnus@hagander.net> | 2010-12-18 16:30:00 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2010-12-18 16:33:43 +0100 |
commit | 10de92f87fdf78f764e620a4be8c6f72b4fff18b (patch) | |
tree | a07474172e9e58afcf26a950e3a5c71b6be1a033 | |
parent | 43a7206fcca3f77503be481565b2a855b9044550 (diff) | |
download | postgresql-10de92f87fdf78f764e620a4be8c6f72b4fff18b.tar.gz postgresql-10de92f87fdf78f764e620a4be8c6f72b4fff18b.zip |
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.
-rw-r--r-- | doc/src/sgml/config.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index ffc0d9cc142..f1256070da3 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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> |