DROP MASKING POLICY
Description
Drops a masking policy.
Precautions
Only users with the POLADMIN or SYSADMIN permission, or the initial user can perform this operation.
Syntax
1
|
DROP MASKING POLICY [ IF EXISTS ] policy_name; |
Parameters
- policy_name
Specifies the audit policy name, which must be unique.
Value range: a string that complies with the Identifier Naming Conventions and is an existing policy name.
Examples
1 2 3 4 5 |
-- Drop a masking policy. openGauss=# DROP MASKING POLICY IF EXISTS maskpol1; -- Drop a group of masking policies. openGauss=# DROP MASKING POLICY IF EXISTS maskpol1, maskpol2, maskpol3; |
Helpful Links
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot