Sprawdź uprawnienia użytkownika w bazie danych Postgres
select * from information_schema.role_table_grants where grantee='<user>';
Lino Ngando
select * from information_schema.role_table_grants where grantee='<user>';