Commit 6c19d67d authored by Bruce Momjian's avatar Bruce Momjian

Add:

> * Change NUMERIC data type to use base 10,000 internally
parent 9999f5a1
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -78,6 +78,7 @@ DATA TYPES ...@@ -78,6 +78,7 @@ DATA TYPES
* Declare typein/out functions in pg_proc with a special "C string" data type * Declare typein/out functions in pg_proc with a special "C string" data type
* Functions returning sets do not totally work * Functions returning sets do not totally work
* Change factorial to return a numeric * 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 function to return compressed length of TOAST data values (Tom)
* Add GUC parameter for DATESTYLE * Add GUC parameter for DATESTYLE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment