Update TODO list.

This commit is contained in:
Bruce Momjian 2000-01-24 22:27:59 +00:00
parent bdb41ad0e7
commit ca5771dc27

View File

@ -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