mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
PG-188: Added a new column to monitor the query state.
This commit is contained in:
@@ -12,7 +12,7 @@ SELECT * FROM t2;
|
||||
SELECT * FROM t1 LIMIT 10;
|
||||
SELECt * FROM t2 WHERE b % 2 = 0;
|
||||
|
||||
SELECT query, rows FROM pg_stat_monitor ORDER BY query COLLATE "C";
|
||||
SELECT query, rows_retrieved FROM pg_stat_monitor ORDER BY query COLLATE "C";
|
||||
SELECT pg_stat_monitor_reset();
|
||||
|
||||
DROP TABLE t1;
|
||||
|
||||
Reference in New Issue
Block a user