1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-25 12:03:53 +03:00

Properly document default value of log_min_error_statement in postgresql.conf.

This commit is contained in:
Bruce Momjian
2003-03-30 21:38:13 +00:00
parent b602639dc6
commit ba4de4e06a

View File

@@ -127,7 +127,7 @@
#log_duration = false
#log_timestamp = false
#log_min_error_statement = error # Values in order of increasing severity:
#log_min_error_statement = panic # Values in order of increasing severity:
# debug5, debug4, debug3, debug2, debug1,
# info, notice, warning, error, panic(off)