diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-01-23 00:50:10 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-01-23 00:50:10 +0000 |
commit | d90703aaf2e4891dc99a17739a4461fe627118a4 (patch) | |
tree | 2cd0c0d94dc28f609b12dd7f6e33403204ab130f | |
parent | 18f45e9aeda6e09136baf907a0c23dc2d0766ea9 (diff) | |
download | postgresql-d90703aaf2e4891dc99a17739a4461fe627118a4.tar.gz postgresql-d90703aaf2e4891dc99a17739a4461fe627118a4.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Jan 22 19:49:03 EST 2001 +Last updated: Mon Jan 22 19:50:01 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -315,6 +315,7 @@ SOURCE CODE * Replace the use of fprint(stderr, ...) with elog() in backend code * -Allow libedit to be used in place of libreadline * -BSD/OS does not support locale because there is no LC_MESSAGES (Bruce) +* Remove unused pg_variable table --------------------------------------------------------------------------- |