aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 1587705d477..9c858e9be53 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sun Jun 11 21:11:41 EDT 2000
+Last updated: Tue Jun 13 04:04:27 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -97,6 +97,7 @@ TYPES
* SELECT col FROM tab WHERE numeric_col = 10.1 fails
* Allow arrays to hold NULL elements
* Get BIT type working
+* Allow better handling of numeric constants
VIEWS