v.21.9New Feature
Add REPLACE GRANT Feature
Why it matters
This feature addresses the need to update grants atomically by replacing existing permissions without manually revoking and re-granting them, simplifying permission management and reducing the risk of errors.How to use it
Use theREPLACE GRANT SQL statement to replace current privileges on a target object with the specified set of privileges in one command, streamlining access control operations.