summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-01-01 17:29:17 +0000
committerBruce Momjian <bruce@momjian.us>2005-01-01 17:29:17 +0000
commit3ca924a9dd524c158235c98d9a0acb3cae314b73 (patch)
tree9f92fd1fe0d0cd44f83ea986e32ef69f74374e3f
parentbfeaefd245a73080bfdc6fa7678453ce8ef0b2d5 (diff)
downloadpostgresql-3ca924a9dd524c158235c98d9a0acb3cae314b73.tar.gz
Update:
< the Win32 wcscoll() can be used. > the Win32 wcscoll() can be used, and perhaps other functions > like towupper().
-rw-r--r--doc/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index cac5a505df..a075fbb3c3 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
TODO list for PostgreSQL
========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Sat Jan 1 12:24:55 EST 2005
+Last updated: Sat Jan 1 12:29:09 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -914,7 +914,8 @@ Source Code
pginstaller)
To fix UTF8, the data needs to be converted to UTF16 and then
- the Win32 wcscoll() can be used.
+ the Win32 wcscoll() can be used, and perhaps other functions
+ like towupper().
* Wire Protocol Changes