Re: Which GRANTS are needed on a Sequnce?

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Which GRANTS are needed on a Sequnce?
Дата
Msg-id 20030627145956.GD15269@wolff.to
обсуждение исходный текст
Ответ на Which GRANTS are needed on a Sequnce?  (Dani Oderbolz <oderbolz@ecologic.de>)
Список pgsql-novice
On Fri, Jun 27, 2003 at 16:43:49 +0200,
  Dani Oderbolz <oderbolz@ecologic.de> wrote:
> Hi all,
> I just created a Sequence S for User A.
> User B has the USAGE Privilage in Schema A.
> I granted SELECT On S TO B.
> But this does not seem to be enough to use the Sequcence,
> postgres claims:
> [1] ERROR:  S.nextval: you don't have permissions to set sequence S
> So I granted ALL ON S TO B
> which works fine.
> What are the minimal grants neeeded? (And where is it documented,
> the reference of 7.3.3 sais nothing about Sequences)

You need to grant update access to the sequence.
This is documented at:
http://www.postgresql.org/docs/view.php?version=7.3&idoc=0&file=sql-grant.html
Look under what access is granted by update.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: missing postmaster.conf
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Address Table