diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-10-03 17:38:13 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-10-03 17:38:13 +0000 |
commit | b3580dc5719448922da73fb5823a905362cbf46f (patch) | |
tree | c94252b8e5c86c2b7fa400f426a111e5c485a638 | |
parent | 2b7ccb17e1cfb9c999bf8dbe93966a693fb4dfac (diff) | |
download | postgresql-b3580dc5719448922da73fb5823a905362cbf46f.tar.gz postgresql-b3580dc5719448922da73fb5823a905362cbf46f.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Oct 3 12:05:36 EDT 2001 +Last updated: Wed Oct 3 13:38:07 EDT 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -93,7 +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) +* Use wide characters to evaluate LIKE expressions, for performance (Tatsuo) VIEWS |