Re: [HACKERS] Re: --enable-locale doesn't work - Mailing list pgsql-bugs

From Oleg Broytmann
Subject Re: [HACKERS] Re: --enable-locale doesn't work
Date
Msg-id Pine.LNX.4.21.0004021205330.1625-100000@fep132.fep.ru
Whole thread Raw
In response to Re: --enable-locale doesn't work  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
On Sun, 2 Apr 2000, Tom Lane wrote:
> werner <werner@gefi.at> writes:
> > I'm running the 7.0 beta 3. It seems like queries that use german
> > characters like ü,ä,ö or ß don't work with the ~*
> > Operator (case insensetive regex). It only works with case sensetive
> > queries. So the configure option
> > --enable-locale doesn't have any influence.
>
> This isn't enough information.  What exactly do you mean by "doesn't
> work"?  What query did you issue, what result did you get, what did
> you expect to get?  And which locale are you using?

   Just tested beta3 - working like a charm, as usual :) Are you sure you
have correct locale settings? Look into src/test/locale directory; there
you'll find locale test for some locales, including de_DE.ISO-8859-1. Run
the test (make all test-de_DE.ISO-8859-1). Watch the results - is your
locale ok?
   If you are sure your locale is Ok, but still unsatisfied with locale
test - send your patches to me, please.

Oleg.
----
    Oleg Broytmann    http://members.xoom.com/phd2.1/    phd2@earthling.net
           Programmers don't die, they just GOSUB without RETURN.

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: --enable-locale doesn't work
Next
From: werner
Date:
Subject: Re: --enable-locale doesn't work