aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Frost <sfrost@snowman.net>2015-11-13 11:06:38 -0500
committerStephen Frost <sfrost@snowman.net>2015-11-13 11:06:38 -0500
commit42aa1c032e3520d608a1e89abbf36409b022d4b7 (patch)
treecced01cd0f0f6b77fdea7264a136eb3ec0f1e653
parent83dec5a712af251af15effbf781ddaedc3bf6b3b (diff)
downloadpostgresql-42aa1c032e3520d608a1e89abbf36409b022d4b7.tar.gz
postgresql-42aa1c032e3520d608a1e89abbf36409b022d4b7.zip
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 18279f7353a..a012094fa0f 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>