mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-12 16:02:56 +00:00
subzero integration WIP1
This commit is contained in:
@@ -10,8 +10,8 @@ INSERT INTO test.items (name) VALUES
|
||||
('test item 2'),
|
||||
('test item 3');
|
||||
|
||||
CREATE ROLE test_role NOINHERIT;
|
||||
GRANT ROLE test_role TO authenticator;
|
||||
CREATE ROLE test_role NOLOGIN;
|
||||
GRANT test_role TO authenticator;
|
||||
|
||||
GRANT USAGE ON SCHEMA test TO test_role;
|
||||
GRANT ALL ON ALL TABLES IN SCHEMA test TO test_role;
|
||||
Reference in New Issue
Block a user