From: Bruce Momjian Date: Tue, 6 Jul 2004 03:23:31 +0000 (+0000) Subject: Done: X-Git-Tag: REL8_0_0BETA1~268 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a21bb2722aa00f6fac630709e845df37b9ff05b6;p=postgresql Done: > * -Fix upper()/lower() to work for multibyte encodings --- diff --git a/doc/TODO b/doc/TODO index 99e4a776a5..8024ec947b 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Jun 23 05:53:52 EDT 2004 +Last updated: Mon Jul 5 23:23:25 EDT 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -111,7 +111,7 @@ Multi-Language Support * Make octet_length_client the same as octet_length() (?) * Prevent mismatch of frontend/backend encodings from converting bytea data from being interpreted as encoded strings -* Fix upper()/lower() to work for multibyte encodings +* -Fix upper()/lower() to work for multibyte encodings Views / Rules