Update TODO list.

This commit is contained in:
Bruce Momjian 2000-06-08 16:20:01 +00:00
parent 32d6ce1598
commit eae8bd70a7

View File

@ -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