Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b62f0f commit 7d9eca5Copy full SHA for 7d9eca5
src/backend/utils/misc/postgresql.conf.sample
@@ -490,8 +490,8 @@
490
491
#log_min_duration_statement = -1 # logs statements and their durations
492
# according to log_statement_sample_rate. -1 is disabled,
493
- # 0 logs all statement, > 0 logs only statements running at
494
- # least this number of milliseconds.
+ # 0 logs all statements, > 0 logs only statements running
+ # at least this number of milliseconds.
495
496
#log_statement_sample_rate = 1.0 # Fraction of logged statements exceeding
497
# log_min_duration_statement to be logged.
0 commit comments