Locale "Bug" in Indexer - Mailing list pgsql-hackers-win32

From Harald Massa
Subject Locale "Bug" in Indexer
Date
Msg-id 17784.1089889853@www27.gmx.net
Whole thread Raw
List pgsql-hackers-win32
there is data like:

create table fisch( name text);

insert into fisch (name) values ('ausschuß');
insert into fisch (name) values ('ausschuss');


"ß" is a latin-1 character named "sharp s" used in German language; the
"ascii rewrite" is "ss"

trying to do a unique-index on fisch.name fails with duplicate key.




pgsql-hackers-win32 by date:

Previous
From: kranas@freemail.gr
Date:
Subject: postgresql as windows 2000 service problem
Next
From: "Merlin Moncure"
Date:
Subject: Re: postgresql as windows 2000 service problem