mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Fix some whitespace formatting, and remove an overly-verbose
parameter description: postgresql.conf is not the place for documentating the functionality of a GUC var.
This commit is contained in:
parent
46c3e29b8e
commit
017e3e244a
@ -33,7 +33,7 @@
|
|||||||
#max_connections = 100
|
#max_connections = 100
|
||||||
# note: increasing max_connections costs about 500 bytes of shared
|
# note: increasing max_connections costs about 500 bytes of shared
|
||||||
# memory per connection slot, in addition to costs from shared_buffers
|
# memory per connection slot, in addition to costs from shared_buffers
|
||||||
# and max_locks_per_transaction.
|
# and max_locks_per_transaction.
|
||||||
#superuser_reserved_connections = 2
|
#superuser_reserved_connections = 2
|
||||||
#unix_socket_directory = ''
|
#unix_socket_directory = ''
|
||||||
#unix_socket_group = ''
|
#unix_socket_group = ''
|
||||||
@ -162,16 +162,13 @@
|
|||||||
# info, notice, warning, error, log, fatal,
|
# info, notice, warning, error, log, fatal,
|
||||||
# panic
|
# panic
|
||||||
|
|
||||||
#log_error_verbosity = default # terse, default, or verbose messages
|
#log_error_verbosity = default # terse, default, or verbose messages
|
||||||
|
|
||||||
#log_min_error_statement = panic # Values in order of increasing severity:
|
#log_min_error_statement = panic # Values in order of increasing severity:
|
||||||
# debug5, debug4, debug3, debug2, debug1,
|
# debug5, debug4, debug3, debug2, debug1,
|
||||||
# info, notice, warning, error, panic(off)
|
# info, notice, warning, error, panic(off)
|
||||||
|
|
||||||
#log_min_duration_statement = -1 # Log all statements whose
|
#log_min_duration_statement = -1 # -1 is disabled, in milliseconds.
|
||||||
# execution time exceeds the value, in
|
|
||||||
# milliseconds. Zero prints all queries.
|
|
||||||
# Minus-one disables.
|
|
||||||
|
|
||||||
#silent_mode = false # DO NOT USE without Syslog!
|
#silent_mode = false # DO NOT USE without Syslog!
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user