Add support for restrictive RLS policies

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Add support for restrictive RLS policies
Дата
Msg-id 20160901063404.GY4028@tamriel.snowman.net
обсуждение исходный текст
Ответы Re: Add support for restrictive RLS policies  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Greetings,

As outlined in the commit message, this adds support for restrictive RLS
policies.  We've had this in the backend since 9.5, but they were only
available via hooks and therefore extensions.  This adds support for
them to be configured through regular DDL commands.  These policies are,
essentially "AND"d instead of "OR"d.

Includes updates to the catalog, grammer, psql, pg_dump, and regression
tests.  Documentation will be added soon, but until then, would be great
to get feedback on the grammer, catalog and code changes.

Thanks!

Stephen

Вложения

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

Предыдущее
От: Erik Rijkers
Дата:
Сообщение: Re: Logical Replication WIP
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Proposal for changes to recovery.conf API