Re: pgsql: More cleanup on roles patch. - Mailing list pgsql-committers

From Oleg Bartunov
Subject Re: pgsql: More cleanup on roles patch.
Date
Msg-id Pine.GSO.4.63.0506301003560.19218@ra.sai.msu.su
Whole thread Raw
In response to Re: pgsql: More cleanup on roles patch.  (Stephen Frost <sfrost@snowman.net>)
List pgsql-committers
On Wed, 29 Jun 2005, Stephen Frost wrote:

> * Tom Lane (tgl@sss.pgh.pa.us) wrote:
>> Oleg Bartunov <oleg@sai.msu.su> writes:
>>> Do we follow RBAC  (http://csrc.nist.gov/rbac/) ?
>>
>> Personally, I'm reading SQL99 for this.
>
> I've been following an SQL2003 draft...  That looks interesting but I
> think we probably want to stick to SQL..

we use RBAC for years as an external application and it's very nice to have it
built-in. I'm looking for possibility to check if given role have enough
privileges to perform some operation on some subset of data specified by
WHERE clause. For example, one role is granted full access the whole
catalog, while other could read all catalog and modify only part.

>
>     Thanks,
>
>         Stephen
>

     Regards,
         Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Add MANIFEST.in for sdist.
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Fix ecpg's test/ Makefile for out-of-tree (vpath) builds.