Created
April 30, 2020 04:01
-
-
Save AdamStormhardtGH/e8e68e780d231b68865e64dd1a343c9d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select 'GRANT SELECT ON ALL TABLES IN SCHEMA ' || nspname || ' TO GROUP READONLY; GRANT USAGE ON SCHEMA ' || nspname || ' TO GROUP READONLY;' | |
from pg_namespace | |
where nspowner = 100; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment