diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 9ed65a30b23..f7724f5e704 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,4 +1,4 @@ - + Data Types @@ -834,14 +834,6 @@ ALTER SEQUENCE tablename_ Monetary Types - - - The money type is deprecated. Use - numeric or decimal instead, in - combination with the to_char function. - - - The money type stores a currency amount with a fixed fractional precision; see tablename_ + + Since the output of this data type is locale-sensitive, it may not + work to load money data into a database that has a different + setting of lc_monetary. To avoid problems, before + restoring a dump make sure lc_monetary has the same or + equivalent value as in the database that was dumped. + + Monetary Types