mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 22:16:20 +00:00
Issue - (#33): Display all the custom configuration parameters used for pg_stat_monitor.
A new view named (pg_stat_monitor_settings) is added to see all the custom configuration parameters and its default, min, max, and type.
This commit is contained in:
@@ -17,12 +17,12 @@ SELECT 1;
|
||||
1
|
||||
(1 row)
|
||||
|
||||
SELECT bucket, query FROM pg_stat_monitor ORDER BY query;
|
||||
bucket | query
|
||||
--------+--------------------------------
|
||||
1 | SELECT $1
|
||||
1 | SELECT pg_stat_monitor_reset()
|
||||
1 | select pg_sleep($1)
|
||||
SELECT query FROM pg_stat_monitor ORDER BY query;
|
||||
query
|
||||
--------------------------------
|
||||
SELECT $1
|
||||
SELECT pg_stat_monitor_reset()
|
||||
select pg_sleep($1)
|
||||
(3 rows)
|
||||
|
||||
SELECT pg_stat_monitor_reset();
|
||||
|
||||
Reference in New Issue
Block a user