forked from unitoo/configurations
2 lines
105 B
SQL
2 lines
105 B
SQL
REVOKE connect ON DATABASE example_db FROM PUBLIC;
|
|
GRANT connect ON DATABASE example_db TO example_role;
|