summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJeff Davis2025-01-24 22:56:22 +0000
committerJeff Davis2025-01-24 22:56:22 +0000
commitbfc5992069cf00b189af83d96a83ae5ebb65e938 (patch)
tree94332f38e12deb4a6dcfdc011c42848069190ec5 /.github
parentf15538cd27d4eeb7d665263a3d7b5700362d7eb0 (diff)
Add SQL function CASEFOLD().
Useful for caseless matching. Similar to LOWER(), but avoids edge-case problems with using LOWER() for caseless matching. For collations that support it, CASEFOLD() handles characters with more than two case variations or multi-character case variations. Some characters may fold to uppercase. The results of case folding are also more stable across Unicode versions than LOWER() or UPPER(). Discussion: https://postgr.es/m/a1886ddfcd8f60cb3e905c93009b646b4cfb74c5.camel%40j-davis.com Reviewed-by: Ian Lawrence Barwick
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions