Re: Which GRANTS are needed on a Sequnce?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Which GRANTS are needed on a Sequnce?
Дата
Msg-id 28260.1056728399@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Which GRANTS are needed on a Sequnce?  (Dani Oderbolz <oderbolz@ecologic.de>)
Список pgsql-novice
Dani Oderbolz <oderbolz@ecologic.de> writes:
> What are the minimal grants neeeded? (And where is it documented,
> the reference of 7.3.3 sais nothing about Sequences)

http://www.postgresql.org/docs/view.php?version=7.3&idoc=0&file=sql-grant.html

SELECT and UPDATE rights apply to sequences in about the way you'd
expect (read and write privilege, respectively).

            regards, tom lane

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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: SELECT too complex?
Следующее
От: Nabil Sayegh
Дата:
Сообщение: Re: Fw: Removing foreign key and adding sequence