blob: 8a76106ec676378c6f57003b761635d4542093c8 (
plain)
1
2
3
4
5
|
# pg_stat_statements extension
comment = 'track planning and execution statistics of all SQL statements executed'
default_version = '1.11'
module_pathname = '$libdir/pg_stat_statements'
relocatable = true
|