1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-17 06:41:09 +03:00

Add log_min_duration_statement.

Christopher Kings-Lynne
This commit is contained in:
Bruce Momjian
2003-06-11 18:01:14 +00:00
parent 8bfe93c5c8
commit b952d61c54
6 changed files with 66 additions and 14 deletions

View File

@ -140,6 +140,10 @@
# debug5, debug4, debug3, debug2, debug1,
# info, notice, warning, error, panic(off)
#log_min_duration_statement = 0 # Log all statements whose
# execution time exceeds the value, in
# milliseconds. Zero disables.
#debug_print_parse = false
#debug_print_rewritten = false
#debug_print_plan = false