Periksa Izin Pengguna di Database Postgres
select * from information_schema.role_table_grants where grantee='<user>';
Lino Ngando
select * from information_schema.role_table_grants where grantee='<user>';