From: Robert Haas Date: Wed, 20 Jul 2011 13:12:42 +0000 (-0400) Subject: Minor improvement to pg_seclabel documentation. X-Git-Tag: REL9_1_RC1~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa47101338aa05cfec1fc00f0df0eb2bd04f149a;p=postgresql 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. --- diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 78ec998d94..7d5a9efa11 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -4669,8 +4669,9 @@ The catalog pg_seclabel stores security - labels on database objects. See the - statement. + labels on database objects. Security labels can be manipulated + with the command. For an easier + way to view security labels, see .