Re: Flag for insentive use of Postgres?

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Stephane Bortzmeyer <bortzmeyer(at)nic(dot)fr>
Cc: Andrew Sullivan <andrew(at)libertyrms(dot)info>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Flag for insentive use of Postgres?
Date: 2002-07-10 16:13:40
Message-ID: Pine.GSO.4.44.0207101911070.15571-100000@ra.sai.msu.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 10 Jul 2002, Stephane Bortzmeyer wrote:

> On Wed, Jul 10, 2002 at 10:24:15AM -0400,
> Andrew Sullivan <andrew(at)libertyrms(dot)info> wrote
> a message of 28 lines which said:
>
> > ILIKE. (The rules are different in different locales, and I don't
> > even know how ILIKE works for non-C locales.)
>
> I've not been able to make it work. With all variables set to a French
> locale (which works fine with all the programs), PostgreSQL, with
> ILIKE or upper(), is still case-sensitive. (upper('stИphane') does not
> match STEPHANE nor STиPHANE.)

it should works ! Check if you define locale environment *just before*
starting postmaster. I've been asked many times why locale doesnt' works
here in Russia and every time there were problem with locale or startup
scripts.

>
> It does not bother me, since I'm convinced that the problem is far
> too complicated to be solved by simple case-folding rules like those of
> US-ASCII.
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Darren Ferguson 2002-07-10 16:15:33 Re: [pgsql-general] DB GUI Design tool
Previous Message Stephan Szabo 2002-07-10 16:06:16 Re: update problem?