REVOKE (data loader)
Revokes data-loader privileges from users and roles.
Revokes privileges on automatic data loaders from users and roles.
Syntax
REVOKE [ GRANT OPTION FOR ] { privilege[,...] | ALL [ PRIVILEGES ] }
ON DATA LOADER [schema.]name
FROM grantee[,...]
[ CASCADE ]
Arguments
privilege
- One of the following privileges:
- EXECUTE
- ALTER
- DROP
ALL [PRIVILEGES]
- Revokes all privileges.
schema
- Schema containing the data loader. The default schema is
public
. name
- Name of the data loader.
grantee
Whose privileges are revoked, one of the following:
CASCADE
Revoke privileges from users who received them from the grantee through
WITH GRANT OPTION
.
Privileges
Non-superuser, one of the following:
-
Ownership
-
GRANT OPTION on the object