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
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
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
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