projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8dfc89
)
Minor improvement to pg_seclabel documentation.
author
Robert Haas
Wed, 20 Jul 2011 13:12:42 +0000
(09:12 -0400)
committer
Robert Haas
Wed, 20 Jul 2011 13:24:22 +0000
(09:24 -0400)
This is a bit more consistent with the way pg_description is
documented, and also include a useful cross-link.
doc/src/sgml/catalogs.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/catalogs.sgml
b/doc/src/sgml/catalogs.sgml
index 0b8602e0e02d6a9144705fb864f5a6866960a945..a5ae7c9e91c50a568f2a0aa6bd5f021f6a5be6d1 100644
(file)
--- 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
.