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-0002id-VP@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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/42aa1c032e3520d608a1e89abbf36409b022d4b7

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.