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 bb6f0aa3ec0..11b624bcc19 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Jun 8 11:47:25 EDT 2000
+Last updated: Thu Jun 8 12:19:00 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -96,6 +96,7 @@ TYPES
* Add hash for int8
* SELECT col FROM tab WHERE numeric_col = 10.1 fails
* Allow arrays to hold NULL elements
+* Get BIT type working
VIEWS