@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Fri Dec 10 19:30:50 EST 1999
Last updated: Mon Dec 13 19:13:04 EST 1999
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -127,7 +127,7 @@ TYPES
* -Add index on NUMERIC/DECIMAL type(Jan)
* Make Absolutetime/Relativetime int4 because time_t can be int8 on some ports
* Functions returning sets don't really work right[function]
* Add max() for oid type
* Make type equivalency apply to aggregates
VIEWS
@ -168,7 +168,7 @@ CLIENTS
* Make NULL's come out at the beginning or end depending on the
ORDER BY direction
* Allow flag to control COPY input/output of NULLs
* - Allow flag to control COPY input/output of NULLs
* Update reltuples from COPY command
* -Allow psql \copy to allow delimiters
* -Add a function to return the last inserted oid, for use in psql scripts
@ -285,7 +285,7 @@ SOURCE CODE
* -Make configure --enable-debug add -g on compile line
* Does Mariposa source contain any other bug fixes?
* Remove SET KSQO option if OR processing is improved(Tom)
* rename 'createuser' to 'pg_createuser', and add 'pg_' to other commands
---------------------------------------------------------------------------