IntermediateAdvanced PostgreSQL
Revoke permissions
The query
SQL
REVOKE UPDATE ON employees FROM app_user;Note
“Removes privileges. If granted via a group role, the user might still have access through the group.
REVOKE UPDATE ON employees FROM app_user;Note
“Removes privileges. If granted via a group role, the user might still have access through the group.