summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-10-26 19:55:10 +0000
committerBruce Momjian <bruce@momjian.us>2000-10-26 19:55:10 +0000
commitc9476bafdb1b97d0d21d92788f93298962145479 (patch)
tree67071a1184303f6d67ab3c3f959e5979c19085d3
parent8cbda7cbd0971694feb168ad4c37de0ce00f91d0 (diff)
downloadpostgresql-c9476bafdb1b97d0d21d92788f93298962145479.tar.gz
Update TODO list.
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 474f1936be..110add7bea 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Oct 26 07:41:27 EDT 2000
+Last updated: Thu Oct 26 15:55:00 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -68,6 +68,7 @@ ADMIN
* Allow international error message support and add error codes
* -Unify configuration into one configuration file (Peter E)
* -use setproctitle() if it exists for 'ps' display of status
+* Prevent initdb from running wrong version of postmaster/postgres
TYPES