Re: Support POSITION with nondeterministic collations

2025-02-21 Thread Peter Eisentraut
On 12.02.25 05:31, Euler Taveira wrote: On Mon, Dec 2, 2024, at 6:09 AM, Peter Eisentraut wrote: On 26.08.24 08:09, Peter Eisentraut wrote: > This patch allows using text position search functions with > nondeterministic collations.  These functions are > > - position, strpos > - replace > - spl

Re: Support POSITION with nondeterministic collations

2025-02-11 Thread Euler Taveira
On Mon, Dec 2, 2024, at 6:09 AM, Peter Eisentraut wrote: > On 26.08.24 08:09, Peter Eisentraut wrote: > > This patch allows using text position search functions with > > nondeterministic collations. These functions are > > > > - position, strpos > > - replace > > - split_part > > - string_to_arr

Re: Support POSITION with nondeterministic collations

2024-12-02 Thread Peter Eisentraut
On 26.08.24 08:09, Peter Eisentraut wrote: This patch allows using text position search functions with nondeterministic collations.  These functions are - position, strpos - replace - split_part - string_to_array - string_to_table which all use common internal infrastructure. Some explorator