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