diff options
author | Tatsuo Ishii | 2000-10-08 09:25:38 +0000 |
---|---|---|
committer | Tatsuo Ishii | 2000-10-08 09:25:38 +0000 |
commit | 2af8b963f1c54ce89e25564301e8583612252ed9 (patch) | |
tree | f8e81862ba95217354a647cb8c325c7c8a92b07d /doc/src | |
parent | be582825162e329f382286c40f11870fe0fc5f42 (diff) |
Add runtime configuration option "silent_mode".
This is equivalent to postmaster's -S option.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/runtime.sgml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index b27b13294af..7b1fbd68a33 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.26 2000/09/30 16:58:20 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.27 2000/10/08 09:25:35 ishii Exp $ --> <Chapter Id="runtime"> @@ -963,6 +963,21 @@ env PGOPTIONS='--geqo=off' psql </varlistentry> <varlistentry> + <term>SILENT_MODE (<type>bool</type>)</term> + <listitem> + <para> + Runs postmaster silently. If this option is set, postmaser + will automatically run in background and any controlling ttys + are disassociated, thus no message is put to stdout or + stderr(same effect as postmaster's -S option). Unless some + logging systems such as syslog is enabled, using this option + is discouraged since it makes difficult to find error + messages. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>SORT_MEM (<type>integer</type>)</term> <listitem> <para> |