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