Locale "Bug" in Indexer

From: "Harald Massa" <ghum(at)gmx(dot)net>
To: pgsql-hackers-win32(at)postgresql(dot)org
Subject: Locale "Bug" in Indexer
Date: 2004-07-15 11:10:53
Message-ID: 17784.1089889853@www27.gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Merlin Moncure 2004-07-15 12:01:08 Re: postgresql as windows 2000 service problem
Previous Message kranas 2004-07-15 09:12:47 postgresql as windows 2000 service problem