Commit 486e9612 authored by Pepe Marquez's avatar Pepe Marquez

permissions queries to grant omop select

parent 1c4fe184
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