]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Sat, 13 Apr 2002 01:37:54 +0000 (01:37 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 13 Apr 2002 01:37:54 +0000 (01:37 +0000)
> * Change NUMERIC to enforce the maximum precision, and increase it

doc/TODO

index e964c0c58d87d0c32e4a5c1708e61662757cb24f..f75b4f4c5c999b94b21d2974a8a4089239aee322 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Fri Apr 12 20:20:17 EDT 2002
+Last updated:          Fri Apr 12 21:37:38 EDT 2002
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -79,6 +79,7 @@ DATA TYPES
 * Functions returning sets do not totally work
 * Change factorial to return a numeric
 * Change NUMERIC data type to use base 10,000 internally
+* Change NUMERIC to enforce the maximum precision, and increase it
 * Add function to return compressed length of TOAST data values (Tom)
 * Add GUC parameter for DATESTYLE