diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-07-20 09:12:42 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-07-20 09:24:22 -0400 |
commit | 550cd074f9436c0500c1718e792d3d72a304bf8b (patch) | |
tree | 08b5577bbf9f2d911b094009f608b90e4f5260f4 | |
parent | c8dfc892327b1a1e14efe110b0f1f267ef56c7a9 (diff) | |
download | postgresql-550cd074f9436c0500c1718e792d3d72a304bf8b.tar.gz postgresql-550cd074f9436c0500c1718e792d3d72a304bf8b.zip |
Minor improvement to pg_seclabel documentation.
This is a bit more consistent with the way pg_description is
documented, and also include a useful cross-link.
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 0b8602e0e02..a5ae7c9e91c 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -4676,8 +4676,9 @@ <para> The catalog <structname>pg_seclabel</structname> stores security - labels on database objects. See the - <xref linkend="sql-security-label"> statement. + labels on database objects. Security labels can be manipulated + with the <xref linkend="sql-security-label"> command. For an easier + way to view security labels, see <xref linkend="view-pg-seclabels">. </para> <table> |