aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-11-18 15:32:39 +0000
committerBruce Momjian <bruce@momjian.us>2001-11-18 15:32:39 +0000
commit834a76fe797187b6eda71866b850cb58c64daf7e (patch)
tree83452c7b3860bcea7516ba0b72ef93f5edcaebf6
parent226211f0af3b9deee6733a5393f32cb34c59bc53 (diff)
downloadpostgresql-834a76fe797187b6eda71866b850cb58c64daf7e.tar.gz
postgresql-834a76fe797187b6eda71866b850cb58c64daf7e.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 139c0df9df6..63bd911a06d 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sat Nov 17 14:52:59 EST 2001
+Last updated: Sun Nov 18 10:32:35 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -97,7 +97,7 @@ MULTILANGUAGE SUPPORT
* Allow setting database character set without multibyte enabled
* Improve Unicode combined character handling
* Optimize locale to have minimal performance impact when not used (Peter E)
-* Optimize textlength(), etc. for single-byte encodings
+* -Optimize textlength(), etc. for single-byte encodings (Tatsuo)
VIEWS