Skip to content
Snippets Groups Projects
Commit bfeaefd2 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update:

< 	  the Win32 strcoll() can be used.
> 	  the Win32 wcscoll() can be used.
parent f8822476
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Sat Jan 1 11:36:51 EST 2005 Last updated: Sat Jan 1 12:24:55 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org. site, http://www.PostgreSQL.org.
...@@ -914,7 +914,7 @@ Source Code ...@@ -914,7 +914,7 @@ Source Code
pginstaller) pginstaller)
To fix UTF8, the data needs to be converted to UTF16 and then To fix UTF8, the data needs to be converted to UTF16 and then
the Win32 strcoll() can be used. the Win32 wcscoll() can be used.
* Wire Protocol Changes * Wire Protocol Changes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment