mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 22:16:20 +00:00
@@ -34,7 +34,7 @@ CREATE FUNCTION pg_stat_monitor(IN showtext boolean,
|
||||
OUT max_time float8,
|
||||
OUT mean_time float8,
|
||||
OUT stddev_time float8,
|
||||
OUT effected_rows int8,
|
||||
OUT affected_rows int8,
|
||||
|
||||
OUT shared_blks_hit int8,
|
||||
OUT shared_blks_read int8,
|
||||
@@ -112,7 +112,7 @@ CREATE VIEW pg_stat_monitor AS SELECT
|
||||
round( CAST(max_time as numeric), 2)::float8 as max_time,
|
||||
round( CAST(mean_time as numeric), 2)::float8 as mean_time,
|
||||
round( CAST(stddev_time as numeric), 2)::float8 as stddev_time,
|
||||
effected_rows,
|
||||
affected_rows,
|
||||
shared_blks_hit,
|
||||
shared_blks_read,
|
||||
shared_blks_dirtied,
|
||||
|
||||
Reference in New Issue
Block a user