mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 05:56:21 +00:00
This requires refactoring of code to add this functionality. Along with that this patch contains regression test cases.
4 lines
100 B
SQL
4 lines
100 B
SQL
CREATE EXTENSION pg_stat_monitor;
|
|
SELECT pg_stat_monitor_version();
|
|
DROP EXTENSION pg_stat_monitor;
|