Update TODO list.

This commit is contained in:
Bruce Momjian 2000-06-07 19:56:16 +00:00
parent e3059fc0f5
commit 00156fa241
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Fri Jun 2 11:32:09 EDT 2000
Last updated: Wed Jun 7 15:55:34 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -95,6 +95,7 @@ TYPES
* Functions returning sets don't really work right[function]
* Add hash for int8
* SELECT col FROM tab WHERE numeric_col = 10.1 fails
* Allow arrays to hold NULL elements
VIEWS