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