Skip to content

Commit b7d095b

Browse files
committed
Update TODO list.
1 parent 5c91df3 commit b7d095b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/TODO

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu Jul 27 14:49:13 EDT 2000
3+
Last updated: Thu Jul 27 14:51:15 EDT 2000
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -90,7 +90,7 @@ TYPES
9090
* Declare typein/out functions in pg_proc with a special "C string" data type
9191
* Add non-large-object binary field
9292
* Functions returning sets don't really work right[function]
93-
* -Add hash for int8
93+
* -Add hash for int8 (Tom)
9494
* SELECT col FROM tab WHERE numeric_col = 10.1 fails
9595
* Get BIT type working
9696
* Allow better handling of numeric constants, type conversion [typeconv]
@@ -99,6 +99,8 @@ TYPES
9999
* Make functions more multi-byte aware, i.e. trim()
100100
* Make n of CHAR(n)/VARCHAR(n) the number of letters, not bytes
101101
* Update macaddr manufacturer numbers, or remove the function macaddr_manuf()
102+
* Add btree index support for reltime, tinterval, regproc, bit, varbit
103+
* Add rtree index support for line, lseg, path, point
102104

103105
VIEWS
104106

0 commit comments

Comments
 (0)