Update TODO list.

This commit is contained in:
Bruce Momjian 2001-10-03 22:27:58 +00:00
parent fcd2e372a7
commit a2a0f7b79b
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Wed Oct 3 14:35:59 EDT 2001
Last updated: Wed Oct 3 18:27:51 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -94,6 +94,7 @@ 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