Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f882247

Browse files
committed
Update:
< o Disallow encodings like UTF8 which which PostgreSQL supports > o Disallow encodings like UTF8 which PostgreSQL supports 914a915,917 > > To fix UTF8, the data needs to be converted to UTF16 and then > the Win32 strcoll() can be used.
1 parent 2daed8c commit f882247

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/TODO

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TODO list for PostgreSQL
33
========================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Mon Dec 27 17:44:39 EST 2004
5+
Last updated: Sat Jan 1 11:36:51 EST 2005
66

77
The most recent version of this document can be viewed at the PostgreSQL web
88
site, http://www.PostgreSQL.org.
@@ -909,10 +909,13 @@ Source Code
909909
shorter timezone string is available
910910
o Improve dlerror() reporting string
911911
o Fix problem with shared memory on the Win32 Terminal Server
912-
o Disallow encodings like UTF8 which which PostgreSQL supports
912+
o Disallow encodings like UTF8 which PostgreSQL supports
913913
but the operating system does not (already disallowed by
914914
pginstaller)
915915

916+
To fix UTF8, the data needs to be converted to UTF16 and then
917+
the Win32 strcoll() can be used.
918+
916919

917920
* Wire Protocol Changes
918921
o Allow dynamic character set handling

0 commit comments

Comments
 (0)