Correct sepgsql docs with regard to RLS
authorStephen Frost
Fri, 13 Nov 2015 16:06:38 +0000 (11:06 -0500)
committerStephen Frost
Fri, 13 Nov 2015 16:06:38 +0000 (11:06 -0500)
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

index 18279f7353acb8e1e7b5118361f919678021c9eb..a012094fa0f6dea37df98570a37b80e2f7975371 100644 (file)
@@ -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.