Commit a9a1015b authored by pxp9's avatar pxp9

permissions queries to grant omop select

parent 39c8e367
GRANT SELECT ON ALL TABLES IN SCHEMA omop TO omop_select;
GRANT USAGE ON SCHEMA omop TO omop_select;
SELECT *
FROM information_schema.role_table_grants
WHERE grantee = 'omop_select';
SELECT *
FROM pg_tables
WHERE tableowner = 'omop_select';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment