feature: add postgresql acl queries example
This commit is contained in:
parent
ac2cebc5e5
commit
9871d537c9
1 changed files with 2 additions and 0 deletions
2
postgresql/acl.sql
Normal file
2
postgresql/acl.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
REVOKE connect ON DATABASE example_db FROM PUBLIC;
|
||||
GRANT connect ON DATABASE example_db TO example_role;
|
Loading…
Reference in a new issue