-
Nondeterministic collations
Nondeterministic Collations — Postgres 12 supports a new deterministic property that can be set to false on CREATE COLLATION to request that strings be recognized as equal when the underlying locale says they are, even if they are different at the byte level. This opens up a lot of ways to match against text without using explicit functions to do so.. here’s a look at some of them.
Appears in lists (1)