diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
new file mode 100644
index 13b888d..74408b0
*** a/doc/src/sgml/datatype.sgml
--- b/doc/src/sgml/datatype.sgml
*************** NUMERIC
*** 529,536 ****
       <para>
        The maximum allowed precision when explicitely specified in the
        type declaration is 1000; otherwise the current implementation
!       of the <type>NUMERIC</type> is subject to the limits described
!       in <xref linkend="datatype-numeric-table">.
       </para>
      </note>
  
--- 529,537 ----
       <para>
        The maximum allowed precision when explicitely specified in the
        type declaration is 1000; otherwise the current implementation
!       of <type>NUMERIC</type> (when the precision is not specified)
!       is subject to the limits described in <xref
!       linkend="datatype-numeric-table">.
       </para>
      </note>
  
