From 370a709c75becffba230a3fa14747a134b7d55b4 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 27 Jun 2006 22:16:44 +0000 Subject: Add GUC update_process_title to control whether 'ps' display is updated for every command, default to on. --- doc/src/sgml/config.sgml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'doc/src') 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 @@ - + Server Configuration @@ -2888,6 +2888,21 @@ SELECT * FROM parent WHERE key = 2400; + + update_process_title (boolean) + + update_process_title configuration parameter + + + + 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 ps command or in Windows using the Process + Explorer. Only superusers can change this setting. + + + + stats_start_collector (boolean) -- cgit v1.2.3