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