Thursday, June 19, 2008

Re: [ADMIN] URGENT: how to GRANT privillages to user/role on relation's row??

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
>

--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

No comments: