Re: [HACKERS] Re: --enable-locale doesn't work

From: Oleg Broytmann <phd(at)phd(dot)russ(dot)ru>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: werner(at)gefi(dot)at, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: [HACKERS] Re: --enable-locale doesn't work
Date: 2000-04-02 12:10:21
Message-ID: Pine.LNX.4.21.0004021205330.1625-100000@fep132.fep.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

On Sun, 2 Apr 2000, Tom Lane wrote:
> werner <werner(at)gefi(dot)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(at)earthling(dot)net
Programmers don't die, they just GOSUB without RETURN.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message werner 2000-04-02 14:07:51 Re: --enable-locale doesn't work
Previous Message Tom Lane 2000-04-02 05:41:13 Re: --enable-locale doesn't work

Browse pgsql-hackers by date

  From Date Subject
Next Message werner 2000-04-02 14:07:51 Re: --enable-locale doesn't work
Previous Message Peter Eisentraut 2000-04-02 11:33:39 Re: Regression tests