Correct sepgsql docs with regard to RLS
authorStephen Frost <sfrost@snowman.net>
Fri, 13 Nov 2015 16:06:42 +0000 (11:06 -0500)
committerStephen Frost <sfrost@snowman.net>
Fri, 13 Nov 2015 16:06:42 +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 6889e428a4797387ecced588e437ef990759f91c..58186d0afaaa6045b18de6fedf886d48b631156f 100644 (file)
@@ -726,8 +726,8 @@ ERROR:  SELinux: security policy violation
     <term>Row-level access control</term>
     <listitem>
      <para>
-      <productname>PostgreSQL</> does not support row-level access; therefore,
-      <filename>sepgsql</filename> does not support it either.
+      <productname>PostgreSQL</> supports row-level access, but
+      <filename>sepgsql</filename> does not.
      </para>
     </listitem>
    </varlistentry>