Re: Per-row security

From: "Gurjeet Singh" <singh(dot)gurjeet(at)gmail(dot)com>
To: "Alexander Staubo" <alex(at)purefiction(dot)net>
Cc: "PgSQL General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Per-row security
Date: 2006-11-08 04:55:30
Message-ID: 65937bea0611072055i35047ceg451cfe60bd2e8fc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/4/06, Alexander Staubo <alex(at)purefiction(dot)net> wrote:
>
> I am designing an application which requires fine-grained role-based
> security, where every logical object in the system has an ACL which
> expresses the permissions allowed by roles.
>

Have you considered viel for Postgres ()? Here's what it says in it's
introduction:
Introduction Veil is a data security add-on for Postgres. It provides an API
allowing you to control access to data at the row, or even column, level.
Different users will be able to run the same query and see different
results. Other database vendors describe this as a Virtual Private Database.
Although it is in Alpha, you should give it a try, as this will also help
the project in testing the functionality in real world apps like yours.

Regards,
--
gurjeet[(dot)singh](at)EnterpriseDB(dot)com
singh(dot)gurjeet(at){ gmail | hotmail | yahoo }.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jim C. Nasby 2006-11-08 06:13:36 Re: Is there anyway to...
Previous Message Tom Lane 2006-11-08 04:18:00 Re: A couple more PostgreSQL C questions