diff options
-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> |