]> granicus.if.org Git - postgresql/commitdiff
Update TODO list.
authorBruce Momjian <bruce@momjian.us>
Wed, 3 Oct 2001 16:05:43 +0000 (16:05 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 3 Oct 2001 16:05:43 +0000 (16:05 +0000)
doc/TODO

index 7378935fbe66e335aef5b40528d8ad95c5e605a2..f476b6acee1d6c121f39149579f792a8e811da8c 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Mon Oct  1 21:21:07 EDT 2001
+Last updated:          Wed Oct  3 12:05:36 EDT 2001
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -93,6 +93,7 @@ MULTILANGUAGE SUPPORT
 * -Make n of CHAR(n)/VARCHAR(n) the number of letters, not bytes (Tatsuo)
 * Allow setting database character set without multibyte enabled
 * Improve Unicode combined character handling
+* Use wide characters to evaluate regular expressions, for performance (Tatsuo)
 
 VIEWS