User privileges on sequences

Поиск
Список
Период
Сортировка
От Mihai Gheorghiu
Тема User privileges on sequences
Дата
Msg-id 003701c1567a$3e9c15e0$6e646464@New6.Travel
обсуждение исходный текст
Ответы Re: User privileges on sequences  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
I have a db in which users can view and update data only via views.
It is my understanding that the privileges of the view/rule creator do not
extend to sequences. Therefore, I have to give users permissions to
sequences, just to the extent that they could add records. What is the
minimum set of privileges for this? Are SELECT privileges on sequences
enough? What happens actually when a user issues a statement: SELECT
nextval("sequence")? What about setval()? Do these involve only a SELECT to
the sequence, or is it an UPDATE, or is it a DELETE and INSERT, or just an
INSERT?


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

Предыдущее
От: mirko@picard.inka.de (Mirko Zeibig)
Дата:
Сообщение: Re: why do I receive these news-group posts in my mail box?
Следующее
От: John Burski
Дата:
Сообщение: Re: Postmaster re-start problem