diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2015-10-04 11:14:28 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2015-10-04 12:29:36 -0400 |
commit | 6390c8c654d07c08686adbbc595a13d76b573653 (patch) | |
tree | 9b301f6653f4c8727b2f2703c5be70472b5f3b40 /src/backend/utils/misc/postgresql.conf.sample | |
parent | cf007a4bca59a1bca6951351e10ff227d2b0c10a (diff) | |
download | postgresql-6390c8c654d07c08686adbbc595a13d76b573653.tar.gz postgresql-6390c8c654d07c08686adbbc595a13d76b573653.zip |
Group cluster_name and update_process_title settings together
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 6 |
1 files changed, 5 insertions, 1 deletions
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' |