1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Update TODO list.

This commit is contained in:
Bruce Momjian
2001-11-17 19:29:19 +00:00
parent d5a951260a
commit f57eec067d

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Fri Nov 16 12:43:26 EST 2001
Last updated: Sat Nov 17 14:29:01 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -97,6 +97,7 @@ MULTILANGUAGE SUPPORT
* Allow setting database character set without multibyte enabled
* Improve Unicode combined character handling
* Optimize locale to have minimal performance impact when not used (Peter E)
* Optimize textlength(), etc. for single-byte encodings
VIEWS