Created
January 20, 2022 03:34
-
-
Save afcotroneo/2dee6803295a947b97c87701bfc44ef5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Create Policy | |
CREATE POLICY ON COLUMN table.column TO <name> VALUES ('string', 123, ...); | |
#Drop Policy | |
DROP POLICY ON COLUMN table.column FROM <name>; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment