mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 22:16:20 +00:00
This requires refactoring of code to add this functionality. Along with that this patch contains regression test cases.
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
CREATE EXTENSION pg_stat_monitor;
|
|
SELECT pg_stat_monitor_version();
|
|
pg_stat_monitor_version
|
|
-------------------------
|
|
devel
|
|
(1 row)
|
|
|
|
DROP EXTENSION pg_stat_monitor;
|