From f985693cfa26e051bc30985df30bf44e4241b4b5 Mon Sep 17 00:00:00 2001 From: Chris Gwilliams <517923+encima@users.noreply.github.com> Date: Fri, 22 Nov 2024 08:39:26 +0000 Subject: [PATCH] Update role_configs.sql --- internal/inspect/role_configs/role_configs.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/inspect/role_configs/role_configs.sql b/internal/inspect/role_configs/role_configs.sql index d568d6862..fd7f964d0 100644 --- a/internal/inspect/role_configs/role_configs.sql +++ b/internal/inspect/role_configs/role_configs.sql @@ -2,4 +2,4 @@ select rolname as role_name, array_to_string(rolconfig, ',', '*') as custom_config from - pg_roles where rolconfig is not null; + pg_roles where rolconfig is not null