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@xxxxxxxxxx> 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 >