Alexander Cohen wrote:
> Is there any way to grant user access at the row level? Or maybe some
> way to simulate it?
There is no built-in way to do this, at least not currently.
I wrote an article that might get you going in the right direction,
available here:
http://www.onlamp.com/pub/a/onlamp/2004/06/28/postgresql_extensions.html
The functions I refer to in the article are custom C functions -- I'll
be posting the source code on my website (www.joeconway.com) sometime
after OSCON is over in a few weeks. In the meantime maybe you can use
the concepts as a starting point.
HTH,
Joe