1
0
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:
Peter Eisentraut
2001-09-23 21:52:36 +00:00
parent 9e60c0f698
commit c0a9283742
3 changed files with 94 additions and 94 deletions

View File

@ -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
#