Thread: upper, initcap

upper, initcap

From
"Vovk G. Grigoriy"
Date:
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?


Re: [GENERAL] upper, initcap

From
Oleg Broytmann
Date:
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@earthling.net
           Programmers don't die, they just GOSUB without RETURN.