Skip to content

Commit

Permalink
Update role_configs.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
encima authored Nov 22, 2024
1 parent 8dbf6b2 commit f985693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/inspect/role_configs/role_configs.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f985693

Please sign in to comment.