Files
pg_stat_monitor/regression/expected/version.out
Ibrar Ahmed 066162c3f6 PG-186: Add support to monitor query execution plan.
This requires refactoring of code to add this functionality. Along with
that this patch contains regression test cases.
2021-03-12 18:55:12 +00:00

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;