From d324c7226104266bf9fd57380a0703e40ba24fd4 Mon Sep 17 00:00:00 2001 From: Stephen Frost Date: Fri, 13 Nov 2015 11:06:42 -0500 Subject: [PATCH] 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 --- doc/src/sgml/sepgsql.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/sepgsql.sgml b/doc/src/sgml/sepgsql.sgml index 6889e428a4..58186d0afa 100644 --- a/doc/src/sgml/sepgsql.sgml +++ b/doc/src/sgml/sepgsql.sgml @@ -726,8 +726,8 @@ ERROR: SELinux: security policy violation Row-level access control - PostgreSQL does not support row-level access; therefore, - sepgsql does not support it either. + PostgreSQL supports row-level access, but + sepgsql does not.