pgsql: Correct sepgsql docs with regard to RLS

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Correct sepgsql docs with regard to RLS
Date: 2015-11-13 16:07:00
Message-ID: E1ZxGsO-0002ie-VU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Correct sepgsql docs with regard to RLS

The sepgsql docs included a comment that PG doesn't support RLS. That
is only true for versions prior to 9.5.

Update the docs for 9.5 and master to say that PG supports RLS but that
sepgsql does not yet.

Pointed out by Heikki.

Back-patch to 9.5

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d324c7226104266bf9fd57380a0703e40ba24fd4

Modified Files
--------------
doc/src/sgml/sepgsql.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2015-11-14 16:47:19 pgsql: pg_upgrade: properly detect file copy failure on Windows
Previous Message Michael Paquier 2015-11-13 01:24:46 Re: pgsql: libpq: Notice errors a backend may have sent just before dying.