PostgreSQL - Roles and Security
You wrote this command to restrict user access:
But guest_user still can SELECT data. What is the likely problem?
REVOKE SELECT ON employees FROM guest_user;But guest_user still can SELECT data. What is the likely problem?
