                              List of roles
 Role name  |                         Attributes                         
------------+------------------------------------------------------------
 lab_broad  | 
 lab_select | Cannot login
 postgres   | Superuser, Create role, Create DB, Replication, Bypass RLS
 tenant_a   | 

                            Access privileges
 Schema | Name | Type | Access privileges | Column privileges | Policies 
--------+------+------+-------------------+-------------------+----------
(0 rows)

 schemaname |    tablename    |   policyname    | permissive |  roles   | cmd |            qual            | with_check 
------------+-----------------+-----------------+------------+----------+-----+----------------------------+------------
 allowed    | tenant_accounts | tenant_identity | PERMISSIVE | {public} | ALL | (tenant_id = CURRENT_USER) | 
(1 row)

   member   |        roleid        
------------+----------------------
 pg_monitor | pg_read_all_settings
 pg_monitor | pg_read_all_stats
 pg_monitor | pg_stat_scan_tables
 tenant_a   | lab_select
(4 rows)

