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 d735100de0e..c7efbe70d36 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri Jun 2 11:32:09 EDT 2000
+Last updated: Wed Jun 7 15:55:34 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -95,6 +95,7 @@ TYPES
* Functions returning sets don't really work right[function]
* Add hash for int8
* SELECT col FROM tab WHERE numeric_col = 10.1 fails
+* Allow arrays to hold NULL elements
VIEWS