REVOKE PASSTHROUGH
REVOKE PASSTHROUGH
FROM {PUBLIC | user_name [, user_name]... | role_name
[, role_name]... }
Supported in
This command requires the use of the SQL passthrough feature.
Usage
The REVOKE PASSTHROUGH statement revokes access rights for SQL passthrough.
Examples
REVOKE PASSTHROUGH READ FROM cdcuser1, cdcuser2 REVOKE PASSTHROUGH WRITE FROM cdcuser1, cdcuser2
See also