From: Bruce Momjian Date: Mon, 24 Jan 2000 22:27:59 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_0~741 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca5771dc277c3024c1ae7b50a61d5fda40585ad0;p=postgresql Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index 0554b7cf6e..6b53013ac5 100644 --- a/doc/TODO +++ b/doc/TODO @@ -130,9 +130,9 @@ TYPES * Declare typein/out functions in pg_proc with a special "C string" data type * Add non-large-object binary field * -Add index on NUMERIC/DECIMAL type(Jan) -* Make Absolutetime/Relativetime int4 because time_t can be int8 on some ports +* -Make Absolutetime/Relativetime int4 because time_t can be int8 on some ports * Functions returning sets don't really work right[function] -* Make type equivalency apply to aggregates +* -Make type equivalency apply to aggregates VIEWS