mirror of
https://github.com/postgres/postgres.git
synced 2025-06-02 00:01:40 -04:00
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.
This commit is contained in:
parent
2daed8c5b3
commit
f882247664
7
doc/TODO
7
doc/TODO
@ -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: Mon Dec 27 17:44:39 EST 2004
|
Last updated: Sat Jan 1 11:36:51 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.
|
||||||
@ -909,10 +909,13 @@ Source Code
|
|||||||
shorter timezone string is available
|
shorter timezone string is available
|
||||||
o Improve dlerror() reporting string
|
o Improve dlerror() reporting string
|
||||||
o Fix problem with shared memory on the Win32 Terminal Server
|
o Fix problem with shared memory on the Win32 Terminal Server
|
||||||
o Disallow encodings like UTF8 which which PostgreSQL supports
|
o Disallow encodings like UTF8 which PostgreSQL supports
|
||||||
but the operating system does not (already disallowed by
|
but the operating system does not (already disallowed by
|
||||||
pginstaller)
|
pginstaller)
|
||||||
|
|
||||||
|
To fix UTF8, the data needs to be converted to UTF16 and then
|
||||||
|
the Win32 strcoll() can be used.
|
||||||
|
|
||||||
|
|
||||||
* Wire Protocol Changes
|
* Wire Protocol Changes
|
||||||
o Allow dynamic character set handling
|
o Allow dynamic character set handling
|
||||||
|
Loading…
x
Reference in New Issue
Block a user