Re: BUG #1695: "select distinct" makes different output - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #1695: "select distinct" makes different output
Date
Msg-id 14385.1117640164@sss.pgh.pa.us
Whole thread Raw
In response to BUG #1695: "select distinct" makes different output  ("philip" <philipguo@yahoo.com>)
List pgsql-bugs
"philip" <philipguo@yahoo.com> writes:
> I installed PostgreSQL 8.0.3 database system on both platforms MS Windows XP
> (sp1) and Linux Fedora 3, and both databse settings are exactly the same
> with the encoding set to 'UNICODE'.

Windows' support for UNICODE is kind of broken I'm afraid :-(.  You
should use a different encoding on that platform, at least until we
figure out an end-run around the OS' limitations.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: BUG #1695: "select distinct" makes different output
Next
From: Tom Lane
Date:
Subject: Re: BUG #1694: LIKE fails on column with domain after ANALYZE