101 Grants and Access Right Table/View
От | Wong, Kam Fook (TR Technology) |
---|---|
Тема | 101 Grants and Access Right Table/View |
Дата | |
Msg-id | CH0PR03MB6100645C5E5EF4CBD89AB31BFE472@CH0PR03MB6100.namprd03.prod.outlook.com обсуждение исходный текст |
Ответы |
Re: 101 Grants and Access Right Table/View
Re: 101 Grants and Access Right Table/View |
Список | pgsql-admin |
I have a simple question for “access rights” view or table within Postgres.
Here is my grant query:
GRANT USAGE ON SCHEMA abc TO abc_user;
GRANT SELECT, INSERT, UPDATE, DELETE ON ALL TABLES IN SCHEMA abc TO abc_user;
GRANT ALL ON ALL SEQUENCES IN SCHEMA abc TO abc_user;
GRANT EXECUTE ON ALL ROUTINES IN SCHEMA abc TO abc_user;
But I can’t find a view/table that is associated with the above grants? The view/table below doesn’t shown the above granted rights.
select * from information_schema.role_table_grants;
select * from information_schema.usage_privileges
Thank you
Kam Fook Wong
В списке pgsql-admin по дате отправления: