diff options
Diffstat (limited to 'doc/src/sgml/glossary.sgml')
-rw-r--r-- | doc/src/sgml/glossary.sgml | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/src/sgml/glossary.sgml b/doc/src/sgml/glossary.sgml index c8d0440e80f..63ff4bbdf06 100644 --- a/doc/src/sgml/glossary.sgml +++ b/doc/src/sgml/glossary.sgml @@ -390,8 +390,7 @@ A restriction on the values of data allowed within a <glossterm linkend="glossary-table">table</glossterm>, or in attributes of a - <!-- XXX Should have term "domain". Need term "type" for that. --> - <firstterm>domain</firstterm>. + <glossterm linkend="glossary-domain">domain</glossterm>. </para> <para> For more information, see @@ -508,6 +507,20 @@ </glossdef> </glossentry> + <glossentry id="glossary-domain"> + <glossterm>Domain</glossterm> + <glossdef> + <para> + A user-defined data type that is based on another underlying data type. + It acts the same as the underlying type except for possibly restricting + the set of allowed values. + </para> + <para> + For more information, see <xref linkend="domains"/>. + </para> + </glossdef> + </glossentry> + <glossentry id="glossary-durability"> <glossterm>Durability</glossterm> <glossdef> |