dot-files/postgresql/acl.sql

3 lines
105 B
MySQL
Raw Normal View History

REVOKE connect ON DATABASE example_db FROM PUBLIC;
GRANT connect ON DATABASE example_db TO example_role;