Bruno Wolff III <bruno@wolff.to> writes:
> Alexander Cohen <alex@toomuchspace.com> wrote:
>> Is there any way to grant user access at the row level? Or maybe some
>> way to simulate it?
> You can do this with views. You need something in each row that will
> allow you to tell which users have access to a row and check that
> against current_user in the view.
There are working examples of this in the standard distribution.
Take a look at the pg_stats view and the information_schema views.
regards, tom lane