]> granicus.if.org Git - postgresql/commitdiff
Update:
authorBruce Momjian <bruce@momjian.us>
Sat, 1 Jan 2005 17:29:17 +0000 (17:29 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 1 Jan 2005 17:29:17 +0000 (17:29 +0000)
<    the Win32 wcscoll() can be used.
>    the Win32 wcscoll() can be used, and perhaps other functions
>    like towupper().

doc/TODO

index cac5a505dfa2e5dc79512303a44fa664ada37c67..a075fbb3c3fbe68323a2584be863b3b14f69501e 100644 (file)
--- 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