mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 22:16:20 +00:00
PG-176 : Extract fully qualified relations name.
This commit is contained in:
@@ -127,7 +127,7 @@ CREATE VIEW pg_stat_monitor AS SELECT
|
||||
queryid,
|
||||
query,
|
||||
application_name,
|
||||
(string_to_array(relations, ','))::oid[]::regclass[] AS relations,
|
||||
string_to_array(relations, ',') AS relations,
|
||||
cmd_type,
|
||||
get_cmd_type(cmd_type) AS cmd_type_text,
|
||||
elevel,
|
||||
|
||||
Reference in New Issue
Block a user