Re: Granting a user the privilege to create views?

Поиск
Список
Период
Сортировка
От Thomas Boussekey
Тема Re: Granting a user the privilege to create views?
Дата
Msg-id CALUeYmesEkm1yju_fZgZoLSzZAa_GA4TLqYbwn+61YidSOa9Fw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Granting a user the privilege to create views?  (pavan95 <pavan.postgresdba@gmail.com>)
Список pgsql-general
Hello Olivier,

You can write an event trigger that will prevent specific user to create objects that are not views.


Regards,
Thomas

Le mar. 28 août 2018 à 11:00, pavan95 <pavan.postgresdba@gmail.com> a écrit :
Hi Olivier,

Instead if you grant select privilege on a table to a particular user, he
can be able to create whatever the views he wants to.

Regards,
Pavan



--
Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html

В списке pgsql-general по дате отправления:

Предыдущее
От: pavan95
Дата:
Сообщение: Re: Granting a user the privilege to create views?
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Will there ever be support for Row Level Security onMaterialized Views?