@@ -60,16 +60,18 @@ order by
60
60
postgres | anon | t
61
61
postgres | authenticated | t
62
62
postgres | authenticator | t
63
- postgres | pg_create_subscription | f
63
+ postgres | pg_create_subscription | t
64
64
postgres | pg_monitor | t
65
65
postgres | pg_read_all_data | t
66
66
postgres | pg_signal_backend | t
67
67
postgres | pgtle_admin | f
68
68
postgres | service_role | t
69
+ supabase_etl_admin | pg_monitor | f
69
70
supabase_etl_admin | pg_read_all_data | f
71
+ supabase_read_only_user | pg_monitor | f
70
72
supabase_read_only_user | pg_read_all_data | f
71
73
supabase_storage_admin | authenticator | f
72
- (21 rows)
74
+ (23 rows)
73
75
74
76
-- Check version-specific privileges of the roles on the schemas
75
77
select schema_name, privilege_type, grantee, default_for
@@ -158,8 +160,10 @@ order by
158
160
postgres | pg_signal_backend | t
159
161
postgres | pgtle_admin | f
160
162
postgres | service_role | t
163
+ supabase_etl_admin | pg_monitor | f
161
164
supabase_etl_admin | pg_read_all_data | f
165
+ supabase_read_only_user | pg_monitor | f
162
166
supabase_read_only_user | pg_read_all_data | f
163
167
supabase_storage_admin | authenticator | f
164
- (20 rows)
168
+ (22 rows)
165
169
0 commit comments