diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
new file mode 100644
index 8113ddf..4d883ec
*** a/doc/src/sgml/datatype.sgml
--- b/doc/src/sgml/datatype.sgml
*************** SELECT '52093.89'::money::numeric::float
*** 1139,1145 ****
       advantages in some other database systems, there is no such advantage in
       <productname>PostgreSQL</productname>; in fact
       <type>character(<replaceable>n</>)</type> is usually the slowest of
!      the three because of its additional storage costs.  In most situations
       <type>text</type> or <type>character varying</type> should be used
       instead.
      </para>
--- 1139,1146 ----
       advantages in some other database systems, there is no such advantage in
       <productname>PostgreSQL</productname>; in fact
       <type>character(<replaceable>n</>)</type> is usually the slowest of
!      the three because of its additional storage costs and slower
!      sorting.  In most situations
       <type>text</type> or <type>character varying</type> should be used
       instead.
      </para>
