diff options
author | Bruce Momjian | 2001-11-20 15:28:37 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-11-20 15:28:37 +0000 |
commit | 1337bfa94c440e4edc063529b0c6a9078881e43b (patch) | |
tree | 479fdb7dfaba32e278166cd006fb0f3aee319a17 | |
parent | bb2ff5f2d4593854816c05992a5d24b3af88b000 (diff) |
Update TODO list.
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Nov 19 15:02:16 EST 2001 +Last updated: Tue Nov 20 10:28:34 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -99,6 +99,8 @@ MULTILANGUAGE SUPPORT * Improve Unicode combined character handling * Optimize locale to have minimal performance impact when not used (Peter E) * -Optimize textlength(), etc. for single-byte encodings (Tatsuo) +* Add octet_length_server() and octet_length_client() (Thomas, Tatsuo) +* Make octet_length_client the same as octet_length() VIEWS |