diff options
Diffstat (limited to 'doc/src/sgml/information_schema.sgml')
-rw-r--r-- | doc/src/sgml/information_schema.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 41001982528..c5e68c175f9 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -2577,7 +2577,8 @@ <title><literal>domains</literal></title> <para> - The view <literal>domains</literal> contains all domains defined in the + The view <literal>domains</literal> contains all + <glossterm linkend="glossary-domain">domains</glossterm> defined in the current database. Only those domains are shown that the current user has access to (by way of being the owner or having some privilege). </para> |