Re: Per-row security

Поиск
Список
Период
Сортировка
От Gurjeet Singh
Тема Re: Per-row security
Дата
Msg-id 65937bea0611072055i35047ceg451cfe60bd2e8fc@mail.gmail.com
обсуждение исходный текст
Ответ на Per-row security  (Alexander Staubo <alex@purefiction.net>)
Список pgsql-general
On 11/4/06, Alexander Staubo <alex@purefiction.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[.singh]@EnterpriseDB.com
singh.gurjeet@{ gmail | hotmail | yahoo }.com

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: A couple more PostgreSQL C questions
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: [ADMIN] Is there anyway to...