Skip to content

Commit eabe385

Browse files
Dementii PriadkoNikolayS
andcommitted
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Nikolay Samokhvalov <nik@postgres.ai>
1 parent d5fecfe commit eabe385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/pgwatch-prometheus/metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2214,7 +2214,7 @@ metrics:
22142214
) as has_rds_fn,
22152215
coalesce(pg_has_role('pg_read_server_files','usage'), false) as has_read_files,
22162216
(select rolsuper from pg_roles where rolname = current_user) as is_super,
2217-
exists (select 1 from pg_proc where proname = 'pg_ls_dir') as has_ls,
2217+
exists (select from pg_proc where proname = 'pg_ls_dir') as has_ls,
22182218
exists (select 1 from pg_proc where proname = 'pg_stat_file') as has_stat
22192219
),
22202220
can_local as (

0 commit comments

Comments
 (0)