diff --git a/doc/TODO b/doc/TODO index 65320153a3a07ef917d196f47385d5afdd914fb6..7f660c1598c373fcf7124a70ebbfa46d9b61078b 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Oct 3 13:38:07 EDT 2001 +Last updated: Wed Oct 3 13:38:37 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 LIKE expressions, for performance (Tatsuo) +* Use wide characters to evaluate LIKE, for performance (Tatsuo) VIEWS