| From: | "pradeep kumar" <pradeep4uiiita(at)gmail(dot)com> |
|---|---|
| To: | depesz(at)depesz(dot)com |
| Cc: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: URGENT: how to GRANT privillages to user/role on relation's row?? |
| Date: | 2008-06-19 07:18:01 |
| Message-ID: | 2352385b0806190018q4231ba53t317531dacbf31fb3@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)depesz(dot)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
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Carol Walter | 2008-06-19 13:13:28 | After upgrade cleanup |
| Previous Message | Peter Koczan | 2008-06-19 07:16:54 | Re: Advice on running two database clusters on one server machine |