pgsql: RLS comment fixes.

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: RLS comment fixes.
Date: 2017-11-24 14:19:50
Message-ID: E1eIEpa-0006ZJ-Sb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2017-11-24 14:29:52 Re: pgsql: Generational memory allocator
Previous Message Dean Rasheed 2017-11-24 14:00:29 pgsql: Fix broken XML in CREATE POLICY sgml.