diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-10-04 04:23:13 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-10-04 04:23:13 +0000 |
commit | 1d75834722b5b10069baa0d245d8f28f9dfeccc6 (patch) | |
tree | 20a78606d5ea81cf53620edd4354b809e1b84fcd | |
parent | f03b7ba0deea9c4085ef43f2dd4d017916a9cd18 (diff) | |
download | postgresql-1d75834722b5b10069baa0d245d8f28f9dfeccc6.tar.gz postgresql-1d75834722b5b10069baa0d245d8f28f9dfeccc6.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Oct 3 18:27:51 EDT 2001 +Last updated: Thu Oct 4 00:23:06 EDT 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -94,7 +94,6 @@ MULTILANGUAGE SUPPORT * Allow setting database character set without multibyte enabled * Improve Unicode combined character handling * Use wide characters to evaluate LIKE, for performance (Tatsuo) -* Optimize locale to have minimal performance impact when not used (Peter E) VIEWS |