pgsql: Correct sepgsql docs with regard to RLS - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Correct sepgsql docs with regard to RLS
Date
Msg-id E1ZxGsO-0002id-VP@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: pgsql: Correct sepgsql docs with regard to RLS
Next
From: Bruce Momjian
Date:
Subject: pgsql: pg_upgrade: properly detect file copy failure on Windows