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