Re: [GENERAL] upper, initcap

Поиск
Список
Период
Сортировка
От Oleg Broytmann
Тема Re: [GENERAL] upper, initcap
Дата
Msg-id Pine.LNX.4.21.9912031637010.29302-100000@fep132.fep.ru
обсуждение исходный текст
Ответ на upper, initcap  ("Vovk G. Grigoriy" <vovk@sled.rpa.ryazan.su>)
Список 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@earthling.net
           Programmers don't die, they just GOSUB without RETURN.


В списке pgsql-general по дате отправления:

Предыдущее
От: "Vovk G. Grigoriy"
Дата:
Сообщение: upper, initcap
Следующее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: [GENERAL] Some MySQL features