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
00:00:00 2001 From: Peter Eisentraut Date: Mon, 2 Dec 2024 10:06:28 +0100 Subject: [PATCH v2] Support POSITION with nondeterministic collations This allows using text position search functions with nondeterministic collations. These functions are - position, strpos - replace - split_part

Support POSITION with nondeterministic collations

2024-08-25 Thread Peter Eisentraut
00:00 2001 From: Peter Eisentraut Date: Mon, 26 Aug 2024 08:02:54 +0200 Subject: [PATCH v1] Support POSITION with nondeterministic collations This allows using text position search functions with nondeterministic collations. These functions are - position, strpos - replace - split_part - strin