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