aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-07-27 18:48:28 +0000
committerBruce Momjian <bruce@momjian.us>2000-07-27 18:48:28 +0000
commit4a5d0cdfab1e47ca519190c069a11d8072c1144f (patch)
tree91506e793958ea4bdf46ade0faff374a6d9c2c2f
parente0da4c153b809397079cee4fcb40bef60c5394ac (diff)
downloadpostgresql-4a5d0cdfab1e47ca519190c069a11d8072c1144f.tar.gz
postgresql-4a5d0cdfab1e47ca519190c069a11d8072c1144f.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 1aa215ee226..d8a52cf93ca 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Jul 27 14:46:45 EDT 2000
+Last updated: Thu Jul 27 14:47:28 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -247,7 +247,7 @@ MISC
* Gather more accurate statistics using indexes
* Improve statistics storage in pg_class [performance]
* Improve VACUUM speed with indexes [vacuum]
-* -BSD/OS does not support locale because there is no LC_MESSAGES
+* -BSD/OS does not support locale because there is no LC_MESSAGES (Bruce)
SOURCE CODE
-----------