pgsql: Update Win32 item: < o Disallow encodings like UTF8 - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Update Win32 item: < o Disallow encodings like UTF8
Date
Msg-id 20050315040121.D18FD56816@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Update Win32 item:

<         o Disallow encodings like UTF8 which PostgreSQL supports
<           but the operating system does not (already disallowed by
<       pginstaller)
>         o Add support for Unicode
<       To fix UTF8, the data needs to be converted to UTF16 and then
<       the Win32 wcscoll() can be used, and perhaps other functions
>       To fix this, the data needs to be converted to/from UTF16/UTF8
>           so the Win32 wcscoll() can be used, and perhaps other functions
<       locales but provides no ordering.
<
>       locales but provides no ordering or character set classes.

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1462 -> r1.1463)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1462&r2=1.1463)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Clean up win1252 documentation.
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add: > * Allow sequential scans to take advantage of other