Re: URGENT: how to GRANT privillages to user/role on relation's row?? - Mailing list pgsql-admin

From pradeep kumar
Subject Re: URGENT: how to GRANT privillages to user/role on relation's row??
Date
Msg-id 2352385b0806190018q4231ba53t317531dacbf31fb3@mail.gmail.com
Whole thread Raw
In response to Re: URGENT: how to GRANT privillages to user/role on relation's row??  (hubert depesz lubaczewski <depesz@depesz.com>)
List pgsql-admin
how to GRANT privillages to user/role on relation's row??

we can grant privvilages to user/role on tables/relations by
GRANT options[SELECT | INSERT | UPDATE | DELETE | REFERENCES | TRIGGER
|ALL]privillages ON relation/tablename TO dbuser/role;
GRANT command but how can we GRANT privillages to a user on a row ??? ?


is it possible by RULES ????

On 6/18/08, hubert depesz lubaczewski <depesz@depesz.com> wrote:
> On Wed, Jun 18, 2008 at 10:05:13AM -0700, pradeep kumar wrote:
>> GRANT command but how can we GRANT privillages to a user on a row ??? ?
>
> in standard postgresql you can't.
>
> if you want row-level privileges, check this:
> http://code.google.com/p/sepgsql/
>
> depesz
>

pgsql-admin by date:

Previous
From: "Peter Koczan"
Date:
Subject: Re: Advice on running two database clusters on one server machine
Next
From: Carol Walter
Date:
Subject: After upgrade cleanup