aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-11-14 19:13:27 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-11-14 19:13:27 +0000
commit0937bf9544c8c3951de09702ba3a109c6b784552 (patch)
treed4a4af5c7c57cd0e32c467f88d18f867b9d7eeb0 /doc/src
parent2cf48ca04bf59985117e04dd71644a507be90dbb (diff)
downloadpostgresql-0937bf9544c8c3951de09702ba3a109c6b784552.tar.gz
postgresql-0937bf9544c8c3951de09702ba3a109c6b784552.zip
Small polishing of syslog facility and ident settings. Only allow setting
at postmaster start, rename syslog_progid to syslog_ident, since syslog itself uses that term, fix doc markup.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/runtime.sgml23
1 files changed, 13 insertions, 10 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index f7eff6da821..a8117cafa0a 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.35 2000/11/14 18:11:30 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.36 2000/11/14 19:13:26 petere Exp $
-->
<Chapter Id="runtime">
@@ -825,22 +825,25 @@ env PGOPTIONS='-c geqo=off' psql
<term>SYSLOG_FACILITY (<type>string</type>)</term>
<listitem>
<para>
- If the SYSLOG option is set to 1 or greater, this option determines
- the <application>syslog</application> facility used. You may choose
- from LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.
- the default is LOCAL0
+ This option determines the <application>syslog</application>
+ <quote>facility</quote> to be used when syslog is enabled.
+ You may choose from LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4,
+ LOCAL5, LOCAL6, LOCAL7; the default is LOCAL0. See also the
+ documentation of your system's
+ <application>syslog</application>.
</para>
</listitem>
</varlistentry>
<varlistentry>
- <term>SYSLOG_PROGID (<type>string</type>)</term>
+ <term>SYSLOG_IDENT (<type>string</type>)</term>
<listitem>
<para>
- If the SYSLOG option is set to 1 or greater, this option determines
- the program id used to identify <product>PostgreSQL</product> messages
- in <application>syslog</application> log messages. The default is
- postgres.
+ If logging to syslog is enabled, this option determines the
+ program name used to identify
+ <productname>PostgreSQL</productname> messages in
+ <application>syslog</application> log messages. The default
+ is <quote>postgres</quote>.
</para>
</listitem>
</varlistentry>