From e45f8f882055d5f864815aa29ffcd2b5e3c2013b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 4 Oct 2015 11:14:28 -0400 Subject: Group cluster_name and update_process_title settings together --- doc/src/sgml/config.sgml | 97 +++++++++++++++++++++++++++--------------------- 1 file changed, 54 insertions(+), 43 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index fdd9f784495..bcaee6eefb6 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -4345,30 +4345,6 @@ local0.* /var/log/postgresql - - cluster_name (string) - - cluster_name configuration parameter - - - - - Sets the cluster name that appears in the process title for all - processes in this cluster. The name can be any string of less than - NAMEDATALEN characters (64 characters in a standard - build). Only printable ASCII characters may be used in the - cluster_name value. Other characters will be - replaced with question marks (?). No name is shown - if this parameter is set to the empty string '' (which is - the default). This parameter can only be set at server start. - - - The process title is typically viewed using programs like - ps or, on Windows, Process Explorer. - - - - debug_print_parse (boolean) @@ -4956,9 +4932,61 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; - - + + + Process Title + + + These settings control how the process title as seen + by ps is modified. See + for details. + + + + + cluster_name (string) + + cluster_name configuration parameter + + + + + Sets the cluster name that appears in the process title for all + processes in this cluster. The name can be any string of less than + NAMEDATALEN characters (64 characters in a standard + build). Only printable ASCII characters may be used in the + cluster_name value. Other characters will be + replaced with question marks (?). No name is shown + if this parameter is set to the empty string '' (which is + the default). This parameter can only be set at server start. + + + The process title is typically viewed using programs like + ps or, on Windows, Process Explorer. + + + + + + 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 by using the Process Explorer. + Only superusers can change this setting. + + + + + + Run-time Statistics @@ -5076,23 +5104,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; - - 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 by using the Process Explorer. - Only superusers can change this setting. - - - - stats_temp_directory (string) -- cgit v1.2.3