Thread: REVOKE "ALL FROM ALL"

REVOKE "ALL FROM ALL"

From
"Knut P. Lehre"
Date:
Is the following a safe way to revoke all rights from all users and groups on a table or view (TABLEORVIEWNAME)?
update pg_class set relacl=null where relname='TABLEORVIEWNAME';