From b7d095bd1b401917b1e026b5ce52c18db9bf25a5 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 27 Jul 2000 18:51:40 +0000
Subject: [PATCH] Update TODO list.

---
 doc/TODO | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 223283e47a2..e3d9f8336be 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Thu Jul 27 14:49:13 EDT 2000
+Last updated:		Thu Jul 27 14:51:15 EDT 2000
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -90,7 +90,7 @@ TYPES
 * Declare typein/out functions in pg_proc with a special "C string" data type
 * Add non-large-object binary field
 * Functions returning sets don't really work right[function]
-* -Add hash for int8
+* -Add hash for int8 (Tom)
 * SELECT col FROM tab WHERE numeric_col = 10.1 fails
 * Get BIT type working
 * Allow better handling of numeric constants, type conversion [typeconv]
@@ -99,6 +99,8 @@ TYPES
 * Make functions more multi-byte aware, i.e. trim()
 * Make n of CHAR(n)/VARCHAR(n) the number of letters, not bytes
 * Update macaddr manufacturer numbers, or remove the function macaddr_manuf()
+* Add btree index support for reltime, tinterval, regproc, bit, varbit
+* Add rtree index support for line, lseg, path, point
 
 VIEWS
 
-- 
GitLab