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

Поиск
Список
Период
Сортировка
От Jehan-Guillaume de Rorthais
Тема Re: postgreSQL UPPER Method is converting the character "µ" into "M"
Дата
Msg-id 20230906213908.465e77cb@karst
обсуждение исходный текст
Ответ на Re: postgreSQL UPPER Method is converting the character "µ" into "M"  (Sai Teja <saitejasaichintalapudi@gmail.com>)
Список pgsql-general
On Wed, 6 Sep 2023 19:34:40 +0530
Sai Teja <saitejasaichintalapudi@gmail.com> wrote:

> In my local it is windows OS and locale is English_united_states.1252 and
> in local it is converting as expected ( testµ into TESTµ)

I'm not familiar with PostgreSQL under Windows. Maybe collation from locale
"English_united_states.1252" is available in PostgreSQL? Could you try creating
a database/table/column using this collation?

Or just look at available collations using:

    select collname from pg_collation

++



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

Предыдущее
От: Rob Sargent
Дата:
Сообщение: Re: Ynt: Pgbackrest Restore Error - Segmentation fault (core dumped)
Следующее
От: "Dirschel, Steve"
Дата:
Сообщение: Query performance going from Oracle to Postgres