Support POSITION with nondeterministic collations
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-08-26T06:09:19Z
Lists: pgsql-hackers
Attachments
- v1-0001-Support-POSITION-with-nondeterministic-collations.patch (text/plain) patch v1-0001
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. (This complements the patch "Support LIKE with nondeterministic collations" but is independent.) 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.
Commits
-
Support text position search functions with nondeterministic collations
- 329304c9012b 18.0 landed