From 28a0696b8f43fa328e6f0c041f0a0678a417107c Mon Sep 17 00:00:00 2001 From: Artem Gavrilov Date: Wed, 22 May 2024 17:39:28 +0200 Subject: [PATCH] Fix format --- pg_stat_monitor--2.0--2.1.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pg_stat_monitor--2.0--2.1.sql b/pg_stat_monitor--2.0--2.1.sql index 2b89430..90ecf82 100644 --- a/pg_stat_monitor--2.0--2.1.sql +++ b/pg_stat_monitor--2.0--2.1.sql @@ -22,7 +22,7 @@ CREATE FUNCTION pg_stat_monitor_internal( OUT pgsm_query_id int8, OUT top_queryid int8, OUT top_query text, - OUT application_name text, + OUT application_name text, OUT relations text, -- 14 OUT cmd_type int, @@ -94,7 +94,7 @@ $$ BEGIN CREATE VIEW pg_stat_monitor AS SELECT bucket, - bucket_start_time AS bucket_start_time, + bucket_start_time, userid, username, dbid, @@ -144,7 +144,7 @@ CREATE VIEW pg_stat_monitor AS SELECT wal_records, wal_fpi, wal_bytes, - bucket_done, + bucket_done, plans, total_plan_time,