From f00e542746c40efeb2b777b93d41da74dba3f0bc Mon Sep 17 00:00:00 2001 From: "D'Arcy J.M. Cain" Date: Mon, 5 Nov 2007 12:02:20 +0000 Subject: [PATCH] Remove deprecation notice and add comment about safely restoring backups. As per discussion on hackers. --- doc/src/sgml/datatype.sgml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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