mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
Rename collect_* options to more user-friendly names.
This commit is contained in:
@ -150,11 +150,11 @@
|
||||
#
|
||||
# Access statistics collection
|
||||
#
|
||||
#collect_startcollector = true
|
||||
#collect_resetonpmstart = true
|
||||
#collect_querystring = false
|
||||
#collect_tuplelevel = false
|
||||
#collect_blocklevel = false
|
||||
#stats_start_collector = true
|
||||
#stats_reset_on_server_start = true
|
||||
#stats_command_string = false
|
||||
#stats_row_level = false
|
||||
#stats_block_level = false
|
||||
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user