Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf882247

Browse files
committed
Update:
< o Disallow encodings like UTF8 which which PostgreSQL supports> o Disallow encodings like UTF8 which PostgreSQL supports914a915,917>> To fix UTF8, the data needs to be converted to UTF16 and then> the Win32 strcoll() can be used.
1 parent2daed8c commitf882247

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎doc/TODO

Lines changed: 5 additions & 2 deletions
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 EST2004
5+
Last updated:Sat Jan 1 11:36:51 EST2005
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 whichwhichPostgreSQL 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)

[8]ページ先頭

©2009-2025 Movatter.jp