aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-03-21 03:47:38 +0000
committerBruce Momjian <bruce@momjian.us>2003-03-21 03:47:38 +0000
commitc7d17a551adfb0715a0436f28fd1ea8730ef67c8 (patch)
tree685abf6e22f87f89c23e0bbca043098c213bddfd
parent7542f103251c83d38cec18b0feefb06ef3175db3 (diff)
downloadpostgresql-c7d17a551adfb0715a0436f28fd1ea8730ef67c8.tar.gz
postgresql-c7d17a551adfb0715a0436f28fd1ea8730ef67c8.zip
Done:
> * -Change NUMERIC data type to use base 10,000 internally
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index aa9ada4f2ae..7245f4cf908 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Mar 20 02:00:49 EST 2003
+Last updated: Thu Mar 20 22:47:34 EST 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -65,7 +65,7 @@ Data Types
* Add IPv6 capability to INET/CIDR types
* Remove Money type, add money formatting for decimal type
* Change factorial to return a numeric
-* Change NUMERIC data type to use base 10,000 internally
+* -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)
* Allow INET subnet tests using non-constants