Postgresql slow query log Feb 08

Set the following variable in postgresql.conf to log all queries that take longer than 100 milliseconds:

log_min_duration_statement = 100

They will show up in the main postgresql.log file.

pgFouine looks like an intriguing postgresql log file analyzer, except it's written in PHP??!?

Add a comment

Add a comment

Name (required)
Email (won't be displayed)
URL (include http://)
Comment (required)