pgsql: RLS comment fixes. - Mailing list pgsql-committers

From Dean Rasheed
Subject pgsql: RLS comment fixes.
Date
Msg-id E1eIEpa-0006ZI-SY@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9c55391f0f277318c754f89950e65363ede4136e

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


pgsql-committers by date:

Previous
From: Dean Rasheed
Date:
Subject: pgsql: Fix broken XML in CREATE POLICY sgml.
Next
From: Simon Riggs
Date:
Subject: Re: pgsql: Generational memory allocator