Re: security labels or sensitivity markings

Поиск
Список
Период
Сортировка
От Geoff Montee
Тема Re: security labels or sensitivity markings
Дата
Msg-id CAA7biFMTqazGdVQFcKubuQQZ=PedQAaFWdTApFNpXTYvhQGVXw@mail.gmail.com
обсуждение исходный текст
Ответ на security labels or sensitivity markings  (sumita <suday@avaya.com>)
Список pgsql-general



On Mon, Jul 14, 2014 at 2:23 AM, sumita <suday@avaya.com> wrote:
Does postgresql  support the use of security labels or sensitivity markings?



If what you want is some kind of row-level security, you have to roll your own when using PostgreSQL. Security_barrier views are a good option for this. See:


PostgreSQL 9.4 (out in a couple months) will be enhancing security_barrier views, so they will also be updatable without requiring the use of triggers.

Geoff


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

Предыдущее
От: sumita
Дата:
Сообщение: security labels or sensitivity markings
Следующее
От: Marc Mamin
Дата:
Сообщение: operator is not unique: smallint[] @> smallint[] You might need to add explicit type casts (!)