We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfeaefd commit 3ca924aCopy full SHA for 3ca924a
doc/TODO
@@ -2,7 +2,7 @@
2
TODO list for PostgreSQL
3
========================
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
-Last updated: Sat Jan 1 12:24:55 EST 2005
+Last updated: Sat Jan 1 12:29:09 EST 2005
6
7
The most recent version of this document can be viewed at the PostgreSQL web
8
site, http://www.PostgreSQL.org.
@@ -914,7 +914,8 @@ Source Code
914
pginstaller)
915
916
To fix UTF8, the data needs to be converted to UTF16 and then
917
- the Win32 wcscoll() can be used.
+ the Win32 wcscoll() can be used, and perhaps other functions
918
+ like towupper().
919
920
921
* Wire Protocol Changes
0 commit comments