Re: Order changes in PG16 since ICU introduction

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Order changes in PG16 since ICU introduction
Дата
Msg-id 3367226.1682099185@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: Order changes in PG16 since ICU introduction  ("Regina Obe" <lr@pcorp.us>)
Ответы RE: Order changes in PG16 since ICU introduction
Список pgsql-hackers
"Regina Obe" <lr@pcorp.us> writes:
> On my mingw64 setup, I built a test database on PG16 (built with icu
> support) and PG15 (no icu support)

> CREATE DATABASE test TEMPLATE=template0 ENCODING = 'UTF8' LC_COLLATE = 'C'
> LC_CTYPE = 'C';

As has been pointed out already, setting LC_COLLATE/LC_CTYPE is
meaningless when the locale provider is ICU.  You need to look
at what ICU locale is being chosen, or force it with LOCALE = 'C'.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Commitfest 2023-03 starting tomorrow!
Следующее
От: "Regina Obe"
Дата:
Сообщение: RE: Order changes in PG16 since ICU introduction