Remove deprecation notice and add comment about safely restoring backups.
authorD'Arcy J.M. Cain
Mon, 5 Nov 2007 12:02:20 +0000 (12:02 +0000)
committerD'Arcy J.M. Cain
Mon, 5 Nov 2007 12:02:20 +0000 (12:02 +0000)
As per discussion on hackers.

doc/src/sgml/datatype.sgml

index 9ed65a30b2347c05cfd6d9267843284d1122ed72..f7724f5e7045be5aac9291fbaa864959d238fcb5 100644 (file)
@@ -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 
@@ -852,6 +844,14 @@ ALTER SEQUENCE tablename_
     Output is generally in the latter form but depends on the locale.
    
 
+   
+    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