summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-07-20 09:22:57 -0400
committerRobert Haas <rhaas@postgresql.org>2011-07-20 09:24:26 -0400
commitd79a601fd9ec59772395d16b33fe79296021a350 (patch)
treefba83d20aa90c699e3eb59c131fec3303926596c /doc/src/sgml/ref
parent550cd074f9436c0500c1718e792d3d72a304bf8b (diff)
Improve sepgsql and SECURITY LABEL documentation.
KaiGai Kohei, based on feedback from Yeb Havinga, with some corrections by me.
Diffstat (limited to 'doc/src/sgml/ref')
-rw-r--r--doc/src/sgml/ref/security_label.sgml8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/security_label.sgml b/doc/src/sgml/ref/security_label.sgml
index 8a01b940de8..13b62e22aa1 100644
--- a/doc/src/sgml/ref/security_label.sgml
+++ b/doc/src/sgml/ref/security_label.sgml
@@ -203,4 +203,12 @@ SECURITY LABEL FOR selinux ON TABLE mytable IS 'system_u:object_r:sepgsql_table_
There is no <command>SECURITY LABEL</command> command in the SQL standard.
</para>
</refsect1>
+
+ <refsect1>
+ <title>See Also</title>
+ <simplelist type="inline">
+ <member><xref linkend="sepgsql"></member>
+ <member><xref linkend="dummy-seclabel"></member>
+ </simplelist>
+ </refsect1>
</refentry>