summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-11-17 19:29:19 +0000
committerBruce Momjian <bruce@momjian.us>2001-11-17 19:29:19 +0000
commitf57eec067d4d07939659960274c0d1edf6052083 (patch)
treec5f2a03f3b197685e0fa23cee94e98d8fb435d94
parentd5a951260a0c5531339785641d4c633266e3a449 (diff)
Update TODO list.
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index ed4ea60d940..7d6734ec0b5 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri Nov 16 12:43:26 EST 2001
+Last updated: Sat Nov 17 14:29:01 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -97,6 +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
VIEWS