diff options
| author | Robert Haas <rhaas@postgresql.org> | 2011-07-20 09:22:57 -0400 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2011-07-20 09:24:26 -0400 |
| commit | d79a601fd9ec59772395d16b33fe79296021a350 (patch) | |
| tree | fba83d20aa90c699e3eb59c131fec3303926596c /doc/src/sgml/ref | |
| parent | 550cd074f9436c0500c1718e792d3d72a304bf8b (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.sgml | 8 |
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> |
