Re: Initcap works differently with different locale providers

2025-07-30 Thread Jeff Davis
On Mon, 2025-07-28 at 13:20 +0300, Alexander Korotkov wrote: > I can confirm inicap works with libc and libicu as you stated.  The > documentation patch looks good to me.  I’ve written a commit message. >  The REL_12_STABLE branch is not relevant anymore as it’s out of > support.  I’m going to push

Re: Initcap works differently with different locale providers

2025-07-28 Thread Oleg Tselebrovskiy
Alexander Korotkov wrote at 2025-07-28 17:23: On Mon, Jul 28, 2025 at 1:20 PM Alexander Korotkov wrote: On 25 Sep 2024, at 18:13, Oleg Tselebrovskiy wrote: Greetings, everyone! One of our clients has found a difference in behaviour of initcap function when using different locale provide

Re: Initcap works differently with different locale providers

2025-07-28 Thread Alexander Korotkov
On Mon, Jul 28, 2025 at 1:20 PM Alexander Korotkov wrote: > > On 25 Sep 2024, at 18:13, Oleg Tselebrovskiy > wrote: > > Greetings, everyone! > > One of our clients has found a difference in behaviour of initcap function > when > using different locale providers, shown below > > postgres=# creat

Re: Initcap works differently with different locale providers

2025-07-28 Thread Alexander Korotkov
Hi, Oleg!On 25 Sep 2024, at 18:13, Oleg Tselebrovskiy wrote:Greetings, everyone!One of our clients has found a difference in behaviour of initcap function whenusing different locale providers, shown below postgres=# create database test_db_1 locale_provider=icu locale="ru_RU.UTF-8" template=templa

Initcap works differently with different locale providers

2024-09-25 Thread Oleg Tselebrovskiy
Greetings, everyone! One of our clients has found a difference in behaviour of initcap function when using different locale providers, shown below postgres=# create database test_db_1 locale_provider=icu locale="ru_RU.UTF-8" template=template0; NOTICE: using standard form "ru-RU" f