Re: 101 Grants and Access Right Table/View

Поиск
Список
Период
Сортировка
Искать
От
Tom Lane
Тема
Re: 101 Grants and Access Right Table/View
Дата
Msg-id
704895.1729194519@sss.pgh.pa.us
Ответ на
101 Grants and Access Right Table/View (Wong, Kam Fook (TR Technology))
Список
Дерево обсуждения
101 Grants and Access Right Table/View "Wong, Kam Fook (TR Technology)" <kamfook.wong@thomsonreuters.com>
Re: 101 Grants and Access Right Table/View Tom Lane <tgl@sss.pgh.pa.us>
RE: [EXT] Re: 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 Tom Lane <tgl@sss.pgh.pa.us>
Re: 101 Grants and Access Right Table/View rams nalabolu <ramsveeru441@gmail.com>
RE: [EXT] Re: 101 Grants and Access Right Table/View "Wong, Kam Fook (TR Technology)" <kamfook.wong@thomsonreuters.com>
"Wong, Kam Fook (TR Technology)"  writes:
> 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?

Those commands would simply apply the grants to any existing objects
in the given schema, so you'd have to look at such objects to see
the effects.  If there are none, nothing happens.

You might be looking for ALTER DEFAULT PRIVILEGES?

			regards, tom lane


В списке pgsql-admin по дате отправления
От: rams nalabolu
Дата:
От: Wong, Kam Fook (TR Technology)
Дата:
FAQ