Skip to content

Commit d324c72

Browse files
committed
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
1 parent 5094da9 commit d324c72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/sepgsql.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,8 +726,8 @@ ERROR: SELinux: security policy violation
726726
<term>Row-level access control</term>
727727
<listitem>
728728
<para>
729-
<productname>PostgreSQL</> does not support row-level access; therefore,
730-
<filename>sepgsql</filename> does not support it either.
729+
<productname>PostgreSQL</> supports row-level access, but
730+
<filename>sepgsql</filename> does not.
731731
</para>
732732
</listitem>
733733
</varlistentry>

0 commit comments

Comments
 (0)