unicode regular insensitive matching - Mailing list pgsql-general

From Jan Poslusny
Subject unicode regular insensitive matching
Date
Msg-id 3B3B7A40.9080604@gingerall.cz
Whole thread Raw
Responses Re: unicode regular insensitive matching  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-general

-------- Original Message --------
Subject: unicode regular insensitive matching
Date: Thu, 28 Jun 2001 20:32:08 +0200
From: Jan Poslusny <pajout@gingerall.cz>
Organization: Ginger Alliance
To: pgsql-general@postgresql

I am newbie in postgreSQL and I have this problem with 7.1.2 version:
I configured via
./configure
--enable-locale
--enable-multibyte=UNICODE
--enable-unicode-conversion
--enable-recode
then I succesfully gmake, gmake check, gmake install,
then I initdb -E UNICODE,
then I createdb -E UNICODE.

but

select myfield from mytable where myfield ~* 'MiXeD national-specific
characters' order by myfield

is _NOT_ case insensitive and not ordered according to locales (if I
create another db with LATIN2 charset, all is OK)

Can anybody hint me ?
regards
pajout



pgsql-general by date:

Previous
From: Jan Wieck
Date:
Subject: Re: Re: Suggested improvement : Adjust SEQUENCES to accept an INCREMENT of functionname(parameters) instead of an integer
Next
From: Joseph Shraibman
Date:
Subject: Re: Weird error