aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-01-23 16:19:45 +0000
committerBruce Momjian <bruce@momjian.us>2001-01-23 16:19:45 +0000
commit04a843b249d107ff9399d2485beabff12b79236f (patch)
treee8492862b42a6eccf031922d17f885f48f972528
parent11cb9acb68d4297ae1ffd788da54aa64d95a4c3b (diff)
downloadpostgresql-04a843b249d107ff9399d2485beabff12b79236f.tar.gz
postgresql-04a843b249d107ff9399d2485beabff12b79236f.zip
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index c9dca2a08f7..ace5e98fa25 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Mon Jan 22 21:26:54 EST 2001
+Last updated: Tue Jan 23 11:19:35 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -316,7 +316,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
+* Remove unused pg_variable, pg_inheritproc, pg_ipl tables
* Experiment with multi-threaded backend [thread]
---------------------------------------------------------------------------