From: Bruce Momjian Date: Thu, 27 Jul 2000 18:42:15 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_1_BETA~836 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b547b7a03a3730336b39b80c5b113a15259fc99;p=postgresql Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index 4e3fa4898a..4988ffabaa 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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