diff options
author | Robert Haas | 2011-07-20 13:12:42 +0000 |
---|---|---|
committer | Robert Haas | 2011-07-20 13:24:58 +0000 |
commit | aa47101338aa05cfec1fc00f0df0eb2bd04f149a (patch) | |
tree | eb9fb26a0e29860094d38c1ef636013a96245eed | |
parent | 2011712a5aced8a359d46b6815fd8656577230cb (diff) |
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 78ec998d94b..7d5a9efa11c 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -4669,8 +4669,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> |