From: Bruce Momjian Date: Sat, 13 Apr 2002 00:20:33 +0000 (+0000) Subject: Add: X-Git-Tag: REL7_3~1730 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c19d67d5f6d0e514fb3be0be17c4d81f70aa860;p=thirdparty%2Fpostgresql.git Add: > * Change NUMERIC data type to use base 10,000 internally --- diff --git a/doc/TODO b/doc/TODO index c5c066bf379..e964c0c58d8 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Apr 9 09:45:22 EDT 2002 +Last updated: Fri Apr 12 20:20:17 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -78,6 +78,7 @@ DATA TYPES * Declare typein/out functions in pg_proc with a special "C string" data type * Functions returning sets do not totally work * Change factorial to return a numeric +* Change NUMERIC data type to use base 10,000 internally * Add function to return compressed length of TOAST data values (Tom) * Add GUC parameter for DATESTYLE