Re: 101 Grants and Access Right Table/View
От | rams nalabolu |
---|---|
Тема | Re: 101 Grants and Access Right Table/View |
Дата | |
Msg-id | CAHq7gtCCe3i4=SMbpqUC2WRzVVkBo4kGKvrj0E8Fnk28v4Ko-w@mail.gmail.com обсуждение исходный текст |
Ответ на | 101 Grants and Access Right Table/View ("Wong, Kam Fook (TR Technology)" <kamfook.wong@thomsonreuters.com>) |
Ответы |
RE: [EXT] Re: 101 Grants and Access Right Table/View
|
Список | pgsql-admin |
Who is the grantor? And the objects owner?
Only the objects owner can grant the privileges
On Thu, Oct 17, 2024 at 1:38 PM Wong, Kam Fook (TR Technology) <kamfook.wong@thomsonreuters.com> wrote:
This e-mail is for the sole use of the intended recipient and contains information that may be privileged and/or confidential. If you are not an intended recipient, please notify the sender by return e-mail and delete this e-mail and any attachments. Certain required legal entity disclosures can be accessed on our website: https://www.thomsonreuters.com/en/resources/disclosures.htmlI 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 youKam Fook Wong
В списке pgsql-admin по дате отправления: