postgreSQL UPPER Method is converting the character "µ" into "M"

Поиск
Список
Период
Сортировка
От Sai Teja
Тема postgreSQL UPPER Method is converting the character "µ" into "M"
Дата
Msg-id CADBXDMXKnWKVY=5_q0Ww79dXd3e9x1M2t0S_ivVhk4VAma_Y0A@mail.gmail.com
обсуждение исходный текст
Ответы Re: postgreSQL UPPER Method is converting the character "µ" into "M"  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: postgreSQL UPPER Method is converting the character "µ" into "M"  (Erik Wienhold <ewie@ewie.name>)
Список pgsql-general
Hi team,

I am using UPPER document name for converting the text from lower case into upper case. 
But here for the below example
Command:- select UPPER(testµ)
Input :- testµ
Output:- TESTM
Expected output :-  TESTµ

Here, that character is converting into M which should not be case
The postgreSQL is hosted in Linux Machine which is using Locale_ctype:- en_US_utf.8

Would request you to please suggest any ideas to resolve this issue.

It'll would be very helpful and appreciated.

Thanks,
Sai Teja

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

Предыдущее
От: Rob Sargent
Дата:
Сообщение: Re: Pgbackrest Restore Error - Segmentation fault (core dumped)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: postgreSQL UPPER Method is converting the character "µ" into "M"