Re: Which GRANTS are needed on a Sequnce?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dani Oderbolz <oderbolz(at)ecologic(dot)de>
Cc: pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Which GRANTS are needed on a Sequnce?
Date: 2003-06-27 15:39:59
Message-ID: 28260.1056728399@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Dani Oderbolz <oderbolz(at)ecologic(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Nabil Sayegh 2003-06-27 16:47:29 Re: Fw: Removing foreign key and adding sequence
Previous Message Josh Berkus 2003-06-27 15:35:32 Re: SELECT too complex?