Update TODO list.

This commit is contained in:
Bruce Momjian 2000-07-27 18:42:15 +00:00
parent aef3fcddcd
commit 2b547b7a03
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Wed Jul 26 21:12:33 EDT 2000
Last updated: Thu Jul 27 14:41:53 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -93,7 +93,6 @@ 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
* Get BIT type working
* Allow better handling of numeric constants, type conversion [typeconv]
* Support multiple simultaneous character sets, per SQL92