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)
Список
Дерево обсуждения
Which GRANTS are needed on a Sequnce? Dani Oderbolz <oderbolz@ecologic.de>
Re: Which GRANTS are needed on a Sequnce? Bruno Wolff III <bruno@wolff.to>
Re: Which GRANTS are needed on a Sequnce? Tom Lane <tgl@sss.pgh.pa.us>
On Fri, Jun 27, 2003 at 16:43:49 +0200, Dani Oderbolz 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 по дате отправления