10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae430a commit 0b58d30Copy full SHA for 0b58d30
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: Thu Feb 24 09:14:47 EST 2005
+Last updated: Thu Feb 24 18:39:38 EST 2005
6
7
The most recent version of this document can be viewed at the PostgreSQL web
8
site, http://www.PostgreSQL.org.
@@ -949,7 +949,8 @@ Source Code
949
950
To fix UTF8, the data needs to be converted to UTF16 and then
951
the Win32 wcscoll() can be used, and perhaps other functions
952
- like towupper().
+ like towupper(). However, UTF8 already works with normal
953
+ locales but provides no ordering.
954
955
956
* Wire Protocol Changes
0 commit comments