04-13-2021, 11:08 AM
Summary: in this tutorial, you will learn about the PostgreSQL REVOKE statement to remove privileges from a role.
Introduction to the PostgreSQL REVOKE statement
The REVOKE statement revokes previously granted privileges on database objects from a role.
The following shows the syntax of the REVOKE statement that revokes privileges on one or more tables from a role:
Read More : https://reconshell.com/postgresql-revoke-statement/
Introduction to the PostgreSQL REVOKE statement
The REVOKE statement revokes previously granted privileges on database objects from a role.
The following shows the syntax of the REVOKE statement that revokes privileges on one or more tables from a role:
Read More : https://reconshell.com/postgresql-revoke-statement/