File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 - ' GRANT CONNECT ON DATABASE postgres TO "test-role";'
1818 - ' GRANT USAGE ON SCHEMA public TO "test-role";'
1919 - ' GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO "test-role";'
20- - ' ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT ALL ON TABLES TO "test-role";'
20+ - ' ALTER DEFAULT PRIVILEGES FOR ROLE "test-role" IN SCHEMA public GRANT ALL ON TABLES TO "test-role";'
Original file line number Diff line number Diff line change 2727 # Query to grant all privileges on all sequences in schema public to role test-role
2828 - ' GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA public TO "test-role";'
2929 # Query to grant all privileges on all tables that will be created in schema public to role test-role
30- - ' ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT ALL ON TABLES TO "test-role";'
30+ - ' ALTER DEFAULT PRIVILEGES FOR ROLE "test-role" IN SCHEMA public GRANT ALL ON TABLES TO "test-role";'
3131 # Query to grant all privileges on all sequences that will be created in schema public to role test-role
32- - ' ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT ALL ON SEQUENCES TO "test-role";'
32+ - ' ALTER DEFAULT PRIVILEGES FOR ROLE "test-role" IN SCHEMA public GRANT ALL ON SEQUENCES TO "test-role";'
3333 # Query to grant all privileges on all functions that will be created in schema public to role test-role
34- - ' ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT ALL ON FUNCTIONS TO "test-role";'
34+ - ' ALTER DEFAULT PRIVILEGES FOR ROLE "test-role" IN SCHEMA public GRANT ALL ON FUNCTIONS TO "test-role";'
You can’t perform that action at this time.
0 commit comments