From: Bruce Momjian Date: Thu, 6 Sep 2001 16:59:45 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_2_BETA1~521 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4cfff6520b5f3825194e3711f1b2ea31428ba30;p=postgresql Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index 559a5e404c..4a918e6594 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Sep 6 12:50:35 EDT 2001 +Last updated: Thu Sep 6 12:59:41 EDT 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -66,7 +66,9 @@ TYPES * SELECT cash_out(2) crashes because of opaque * Declare typein/out functions in pg_proc with a special "C string" data type * -Add non-large-object binary field (already exists -- bytea) -* -Make binary/file in/out interface for TOAST columns (base64) +* -Make binary interface for TOAST columns (base64) +* Make file in/out interface for TOAST columns, similar to large object + interface (force out-of-line storage and no compression) * Functions returning sets do not totally work * SELECT col FROM tab WHERE numeric_col = 10.1 fails, requires quotes * Missing optimizer selectivities for date, r-tree, etc. [optimizer]