diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-06-27 22:16:44 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-06-27 22:16:44 +0000 |
commit | 370a709c75becffba230a3fa14747a134b7d55b4 (patch) | |
tree | 87637e2543c307e08a19ae57a5022b7b6299b263 /doc/src | |
parent | 69d0a15e2aa15a2ee851df33f5c15fa227c47bd7 (diff) | |
download | postgresql-370a709c75becffba230a3fa14747a134b7d55b4.tar.gz postgresql-370a709c75becffba230a3fa14747a134b7d55b4.zip |
Add GUC update_process_title to control whether 'ps' display is updated
for every command, default to on.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index c8572f8d552..e073148ff9a 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.67 2006/06/27 19:07:50 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.68 2006/06/27 22:16:43 momjian Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -2888,6 +2888,21 @@ SELECT * FROM parent WHERE key = 2400; </listitem> </varlistentry> + <varlistentry id="guc-update-process-title" xreflabel="update_process_title"> + <term><varname>update_process_title</varname> (<type>boolean</type>)</term> + <indexterm> + <primary><varname>update_process_title</> configuration parameter</primary> + </indexterm> + <listitem> + <para> + Enables updating of the process title every time a new SQL command + is received by the server. The process title is typically viewed + by the <command>ps</> command or in Windows using the <application>Process + Explorer</>. Only superusers can change this setting. + </para> + </listitem> + </varlistentry> + <varlistentry id="guc-stats-start-collector" xreflabel="stats_start_collector"> <term><varname>stats_start_collector</varname> (<type>boolean</type>)</term> <indexterm> |