Update TODO list.

This commit is contained in:
Bruce Momjian 2001-02-09 15:15:09 +00:00
parent cf516c3bb1
commit 049c4e28aa
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Tue Feb 6 23:50:38 EST 2001
Last updated: Fri Feb 9 10:15:00 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -123,6 +123,7 @@ TYPES
* Add btree index support for reltime, tinterval, regproc
* Add rtree index support for line, lseg, path, point
* Make binary/file in/out interface for TOAST columns
* Do not decompress untouched TOAST values on UPDATE
* SELECT cash_out(2) crashes because of opaque
* Add SQL standard function bit_length()