diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-07-06 03:23:31 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-07-06 03:23:31 +0000 |
commit | a21bb2722aa00f6fac630709e845df37b9ff05b6 (patch) | |
tree | 6d53c3f11250c4e40ea31fce7e568e79bd677e2d | |
parent | a0e592141e59233803f49e71bad8cd802ce0ac13 (diff) | |
download | postgresql-a21bb2722aa00f6fac630709e845df37b9ff05b6.tar.gz postgresql-a21bb2722aa00f6fac630709e845df37b9ff05b6.zip |
Done:
> * -Fix upper()/lower() to work for multibyte encodings
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |