Skip to content

Commit 6c19d67

Browse files
committed
Add:
> * Change NUMERIC data type to use base 10,000 internally
1 parent 9999f5a commit 6c19d67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/TODO

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Tue Apr 9 09:45:22 EDT 2002
3+
Last updated: Fri Apr 12 20:20:17 EDT 2002
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -78,6 +78,7 @@ DATA TYPES
7878
* Declare typein/out functions in pg_proc with a special "C string" data type
7979
* Functions returning sets do not totally work
8080
* Change factorial to return a numeric
81+
* Change NUMERIC data type to use base 10,000 internally
8182
* Add function to return compressed length of TOAST data values (Tom)
8283
* Add GUC parameter for DATESTYLE
8384

0 commit comments

Comments
 (0)