Fix format

pull/463/head
Artem Gavrilov 2024-05-22 17:39:28 +02:00
parent f5059a8138
commit 28a0696b8f
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ CREATE FUNCTION pg_stat_monitor_internal(
OUT pgsm_query_id int8, OUT pgsm_query_id int8,
OUT top_queryid int8, OUT top_queryid int8,
OUT top_query text, OUT top_query text,
OUT application_name text, OUT application_name text,
OUT relations text, -- 14 OUT relations text, -- 14
OUT cmd_type int, OUT cmd_type int,
@ -94,7 +94,7 @@ $$
BEGIN BEGIN
CREATE VIEW pg_stat_monitor AS SELECT CREATE VIEW pg_stat_monitor AS SELECT
bucket, bucket,
bucket_start_time AS bucket_start_time, bucket_start_time,
userid, userid,
username, username,
dbid, dbid,
@ -144,7 +144,7 @@ CREATE VIEW pg_stat_monitor AS SELECT
wal_records, wal_records,
wal_fpi, wal_fpi,
wal_bytes, wal_bytes,
bucket_done, bucket_done,
plans, plans,
total_plan_time, total_plan_time,