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