aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2015-10-04 11:14:28 -0400
committerPeter Eisentraut <peter_e@gmx.net>2015-10-04 12:29:36 -0400
commit6390c8c654d07c08686adbbc595a13d76b573653 (patch)
tree9b301f6653f4c8727b2f2703c5be70472b5f3b40 /src/backend/utils/misc/postgresql.conf.sample
parentcf007a4bca59a1bca6951351e10ff227d2b0c10a (diff)
downloadpostgresql-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.sample6
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'