summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Frost2015-11-13 16:06:42 +0000
committerStephen Frost2015-11-13 16:06:42 +0000
commitd324c7226104266bf9fd57380a0703e40ba24fd4 (patch)
tree80b6944a8aae07c77719844c8c685787098098eb
parent5094da99b901df42580b6e7494d036ee4be9eb81 (diff)
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
-rw-r--r--doc/src/sgml/sepgsql.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/sepgsql.sgml b/doc/src/sgml/sepgsql.sgml
index 6889e428a47..58186d0afaa 100644
--- a/doc/src/sgml/sepgsql.sgml
+++ b/doc/src/sgml/sepgsql.sgml
@@ -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>