Re: Initcap works differently with different locale providers

2025-08-06 Thread Alexander Korotkov
On Wed, Aug 6, 2025 at 2:44 PM Peter Eisentraut wrote: > > On 04.08.25 22:59, Jeff Davis wrote: > > On Mon, 2025-08-04 at 12:30 +0700, Oleg Tselebrovskiy wrote: > >> First patch just adds this warning about not relying on initcap() > >> exact > >> result. The second one is the same, but removes th

Re: Initcap works differently with different locale providers

2025-08-06 Thread Peter Eisentraut
On 04.08.25 22:59, Jeff Davis wrote: On Mon, 2025-08-04 at 12:30 +0700, Oleg Tselebrovskiy wrote: First patch just adds this warning about not relying on initcap() exact result. The second one is the same, but removes the part "what is a word" since it's could be moot because we recommend writin

Re: Initcap works differently with different locale providers

2025-08-06 Thread Jeff Davis
On Wed, 2025-08-06 at 13:44 +0200, Peter Eisentraut wrote: > It's meant to be an Oracle-compatible function, so maybe someone can > check there for some details. If it's purely a compatibility function, then using ICU's sophisticated word break iterator doesn't make sense. > https://docs.oracle.

Re: Make pgoutput documentation easier to find

2025-08-06 Thread Fujii Masao
On Wed, Aug 6, 2025 at 8:36 PM Peter Eisentraut wrote: > > On 03.08.25 03:32, Fujii Masao wrote: > > The current documentation for pgoutput is buried in the logical streaming > > replication protocol section (in protocol.sgml), and there's no index entry > > for it. This makes it hard to discover

Re: Make pgoutput documentation easier to find

2025-08-06 Thread Peter Eisentraut
On 03.08.25 03:32, Fujii Masao wrote: The current documentation for pgoutput is buried in the logical streaming replication protocol section (in protocol.sgml), and there's no index entry for it. This makes it hard to discover and access, for example, when trying to look up the options it support