Skip to content

Instantly share code, notes, and snippets.

@afcotroneo
Created January 20, 2022 03:34
Show Gist options
  • Save afcotroneo/2dee6803295a947b97c87701bfc44ef5 to your computer and use it in GitHub Desktop.
Save afcotroneo/2dee6803295a947b97c87701bfc44ef5 to your computer and use it in GitHub Desktop.
#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