Contents
log_min_duration_statement
A configuration parameter]] which determines the minimum length of time after which queries should be logged
log_min_duration_statement
is a configuration parameter which determines the minimum length of time after which queries should be logged.
log_min_duration_statement
was added in PostgreSQL 7.4.
Default
The default value for log_min_duration_statement
is -1
(disabled).
Change history
- PostgreSQL 7.4
- added (commit b952d61c)
References
- PostgreSQL documentation: log_min_duration_statement