Add URL for currency type:
authorBruce Momjian
Fri, 16 Jun 2006 19:49:50 +0000 (19:49 +0000)
committerBruce Momjian
Fri, 16 Jun 2006 19:49:50 +0000 (19:49 +0000)
>   http://archives.postgresql.org/pgsql-general/2005-08/msg01432.php

doc/TODO
doc/src/FAQ/TODO.html

index 6684e38c59164b9412005526ac1eddf43b52af1f..e4e47af14131b0faf792a429e938b34560794e60 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Fri Jun 16 14:50:06 EDT 2006
+Last updated:      Fri Jun 16 15:49:44 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -194,6 +194,7 @@ Data Types
 
   Change the MONEY data type to use DECIMAL internally, with special
   locale-aware output formatting.
+  http://archives.postgresql.org/pgsql-general/2005-08/msg01432.php
 
 * Change NUMERIC to enforce the maximum precision
 * Add NUMERIC division operator that doesn't round?
index 78103e529be7ec9bddd86d1f9b0058996e7d1fa9..34b860437318c9510881325efb7d09381bf783f3 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri Jun 16 14:50:06 EDT 2006
+Last updated:           Fri Jun 16 15:49:44 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -175,6 +175,7 @@ first.
   
  • Improve the MONEY data type
  •  

      Change the MONEY data type to use DECIMAL internally, with special

       locale-aware output formatting.
    +  http://archives.postgresql.org/pgsql-general/2005-08/msg01432.php
     

       
  • Change NUMERIC to enforce the maximum precision
  •    
  • Add NUMERIC division operator that doesn't round?