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