From: Robert Haas Date: Wed, 20 Jul 2011 13:12:42 +0000 (-0400) Subject: Minor improvement to pg_seclabel documentation. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/config.php?a=commitdiff_plain;h=550cd074f9436c0500c1718e792d3d72a304bf8b;p=users%2Fhanada%2Fpostgres.git 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 0b8602e0e0..a5ae7c9e91 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -4676,8 +4676,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 .