Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 42aa1c0

Browse filesBrowse 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 83dec5a commit 42aa1c0
Copy full SHA for 42aa1c0

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎doc/src/sgml/sepgsql.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/sepgsql.sgml
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.