mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-03 21:46:20 +00:00
The pg_stat_monitor is based on PostgreSQL-11's pg_stat_statement. To keep track of the changes, this is the base code of PostgreSQL's pg_stat_statement. (commit = d898edf4f233a3ffe6a0da64179fc268a1d46200).
6 lines
191 B
Plaintext
6 lines
191 B
Plaintext
# 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
|