summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-11-21 18:49:10 +0000
committerBruce Momjian <bruce@momjian.us>2001-11-21 18:49:10 +0000
commite4ba691240e83732c523e3a02337f95eaad0f396 (patch)
treea2a6b9e47aa9ff6b7819789c1731e34ba4cc534d
parent82bad53cf5c442e01e8afa6122121e50bc44f88a (diff)
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index d03c1fc8e28..b5dda43b842 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue Nov 20 10:28:34 EST 2001
+Last updated: Wed Nov 21 13:49:01 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -100,7 +100,7 @@ MULTILANGUAGE SUPPORT
* Optimize locale to have minimal performance impact when not used (Peter E)
* -Optimize textlength(), etc. for single-byte encodings (Tatsuo)
* Add octet_length_server() and octet_length_client() (Thomas, Tatsuo)
-* Make octet_length_client the same as octet_length()
+* Make octet_length_client the same as octet_length() (?)
VIEWS