From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Support POSITION with nondeterministic collations |
Date: | 2024-12-02 09:09:59 |
Message-ID: | 4328c3fa-fd4d-4af5-a3ee-830212f0450f@eisentraut.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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 exploratory testing could be useful here. The present test
> coverage was already quite helpful during development, but there is
> always the possibility that something was overlooked.
Here is a freshly rebased patch version, no functionality changes.
Attachment | Content-Type | Size |
---|---|---|
v2-0001-Support-POSITION-with-nondeterministic-collations.patch | text/plain | 16.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2024-12-02 09:46:00 | pure parsers and reentrant scanners |
Previous Message | Peter Eisentraut | 2024-12-02 09:02:30 | Re: Converting README documentation to Markdown |