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