Re: [GENERAL] upper, initcap

From: Oleg Broytmann <phd(at)phd(dot)russ(dot)ru>
To: "Vovk G(dot) Grigoriy" <vovk(at)sled(dot)rpa(dot)ryazan(dot)su>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] upper, initcap
Date: 1999-12-03 16:38:44
Message-ID: Pine.LNX.4.21.9912031637010.29302-100000@fep132.fep.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 3 Dec 1999, Vovk G. Grigoriy wrote:
> I was configure postgresql with --enable-locale --with-mb=KOI8 and set
> LC_COLLATE=koi8-r and LC_CTYPE=koi8-r when starting postmaster.
> But, upper() and initcap() do not work.
> Can any help me?

All things related to locale and charset converting (at least, all
things that I was aware of) are about sorting (ORDER BY). I have never
looked into other parts of locale-related code.

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ross J. Reedstrom 1999-12-03 17:28:31 Re: [GENERAL] Some MySQL features
Previous Message Patrick Welche 1999-12-03 15:52:26 Re: [GENERAL] Urgent - unable to get postgres up