Waiting for PostgreSQL 18 – Support LIKE with nondeterministic collations

from blog select * from depesz;, | ↗ original
On 27th of November 2024, Peter Eisentraut committed patch: Support LIKE with nondeterministic collations This allows for example using LIKE with case-insensitive collations. There was previously no internal implementation of this, so it was met with a not-supported error. This adds the internal implementation and removes the error. The...