From 6390c8c654d07c08686adbbc595a13d76b573653 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 --- src/backend/utils/misc/postgresql.conf.sample | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/backend/utils/misc/postgresql.conf.sample') diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index b2adda95958..dcf929f9937 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -447,8 +447,13 @@ # than the specified size in kilobytes; # -1 disables, 0 logs all temp files #log_timezone = 'GMT' + + +# - Process Title - + #cluster_name = '' # added to process titles if nonempty # (change requires restart) +#update_process_title = on #------------------------------------------------------------------------------ @@ -462,7 +467,6 @@ #track_io_timing = off #track_functions = none # none, pl, all #track_activity_query_size = 1024 # (change requires restart) -#update_process_title = on #stats_temp_directory = 'pg_stat_tmp' -- cgit v1.2.3