pgsql: RLS comment fixes.

Поиск
Список
Период
Сортировка
От Dean Rasheed
Тема pgsql: RLS comment fixes.
Дата
Msg-id E1eIEpa-0006ZJ-Sb@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
RLS comment fixes.

The comments in get_policies_for_relation() say that CREATE POLICY
does not support defining restrictive policies. This is no longer
true, starting from PG10.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a1187c4efe024e5a1f5cf9221b13a3f3226d92c5

Modified Files
--------------
src/backend/rewrite/rowsecurity.c | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)


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

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: pgsql: Fix broken XML in CREATE POLICY sgml.
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: pgsql: Generational memory allocator