supabase-cli/internal/inspect/role_configs/role_configs.sql

6 lines
131 B
SQL

select
rolname as role_name,
array_to_string(rolconfig, ',', '*') as custom_config
from
pg_roles where rolconfig is not null