aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-02-22 14:16:36 +0000
committerBruce Momjian <bruce@momjian.us>2000-02-22 14:16:36 +0000
commit62f064592f2adab546848b5f3328ac12f17b8bbd (patch)
treee5d7ccf1bd171aa3419412bb483497349da2384f
parent5d91f38a703a8ec3b25c2fe40da40dbf9956499f (diff)
downloadpostgresql-62f064592f2adab546848b5f3328ac12f17b8bbd.tar.gz
postgresql-62f064592f2adab546848b5f3328ac12f17b8bbd.zip
Update TODO list.
-rw-r--r--doc/TODO15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/TODO b/doc/TODO
index df67fe0f539..09a1bcbe15a 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue Feb 22 09:07:16 EST 2000
+Last updated: Tue Feb 22 09:15:39 EST 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -71,7 +71,7 @@ MISC
* -User who can create databases can modify pg_database table(Peter E)
* Plpgsql does not handle quoted mixed-case identifiers
* -Fix btree to give a useful elog when key > 1/2 (page - overhead)(Tom)
-* -pg_dump should preserve primary key information
+* -pg_dump should preserve primary key information(Peter E)
* plpgsql regression tests fails on BSD/OS
* -database names with spaces fail
* -insert of 0.0 into DECIMAL(4,4) field fails(Tom)
@@ -139,6 +139,7 @@ TYPES
* 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
+ (Peter E)
* Functions returning sets don't really work right[function]
* Make type equivalency apply to aggregates(Peter E.)
@@ -181,12 +182,12 @@ 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(Peter E)
* Update reltuples from COPY command
-* -Allow psql \copy to allow delimiters
+* -Allow psql \copy to allow delimiters(Peter E)
* -Add a function to return the last inserted oid, for use in psql
scripts (Peter E)
-* -Allow psql to print nulls as distinct from "" [null]
+* -Allow psql to print nulls as distinct from "" [null](Peter E)
* fix array handling for ECPG
* add pg_dump option to dump type names as standard ANSI types
@@ -299,10 +300,10 @@ SOURCE CODE
* Add use of 'const' for variables in source tree
* Fix C optimizer problem where fmgr_ptr calls return different types [alpha]
* -Add needed includes and removed unneeded include files(Bruce)
-* -Make configure --enable-debug add -g on compile line
+* -Make configure --enable-debug add -g on compile line(Peter E)
* Does Mariposa source contain any other bug fixes?
* Remove SET KSQO option if OR processing is improved(Tom)
-* -Pre-generate lex and yacc output so not required for install
+* -Pre-generate lex and yacc output so not required for install(Peter E)
---------------------------------------------------------------------------