From: Bruce Momjian Date: Tue, 13 Jun 2000 08:05:41 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_1_BETA~1121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c77f4eff47c1adb3e5bf1f29b8f10a3757d8eba;p=postgresql Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index 1587705d47..9c858e9be5 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sun Jun 11 21:11:41 EDT 2000 +Last updated: Tue Jun 13 04:04:27 EDT 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -97,6 +97,7 @@ TYPES * 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 VIEWS