feature: add postgresql acl queries example
This commit is contained in:
parent
ac2cebc5e5
commit
9871d537c9
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 New Issue
Block a user