diff options
author | Jeff Davis <jdavis@postgresql.org> | 2024-03-06 12:50:01 -0800 |
---|---|---|
committer | Jeff Davis <jdavis@postgresql.org> | 2024-03-06 12:50:01 -0800 |
commit | ad49994538c57270c244fab4e1de040568066313 (patch) | |
tree | 5a3a7762f4abee1f40853f641bf7647eb0876253 /src/backend/executor/nodeModifyTable.c | |
parent | 2ed8f9a01e74bfc63a56b2108f44237bc5eab9f5 (diff) | |
download | postgresql-ad49994538c57270c244fab4e1de040568066313.tar.gz postgresql-ad49994538c57270c244fab4e1de040568066313.zip |
Add Unicode property tables.
Provide functions to test for Unicode properties, such as Alphabetic
or Cased. These functions use tables derived from Unicode data files,
similar to the tables for Unicode normalization or general category,
and those tables can be updated with the 'update-unicode' build
target.
Use Unicode properties to provide functions to test for regex
character classes, like 'punct' or 'alnum'.
Infrastructure in preparation for a builtin collation provider, and
may also be useful for other callers.
Discussion: https://postgr.es/m/ff4c2f2f9c8fc7ca27c1c24ae37ecaeaeaff6b53.camel%40j-davis.com
Reviewed-by: Daniel Verite, Peter Eisentraut, Jeremy Schneider
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions