icu_ext
Access ICU functions
icu_ext : Access ICU functions
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 4240 | icu_ext | icu_ext | 1.11.0 |
UTIL | PostgreSQL | C |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
| --s-d-r | No | Yes | No | Yes | yes | no |
| Relationships | |
|---|---|
| See Also | pg_xenophile pg_cjk_parser unaccent gb18030_2022 pgroonga citext pg_tokenizer pg_trgm country currency |
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PGDG | 1.11.0 |
18 17 16 15 14 | icu_ext |
- |
| RPM | PGDG | 1.11.0 |
18 17 16 15 14 | icu_ext_$v |
- |
| DEB | PGDG | 1.11.0 |
18 17 16 15 14 | postgresql-$v-icu-ext |
- |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 |
|---|---|---|---|---|---|
| el8.x86_64 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 |
| el8.aarch64 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 |
| el9.x86_64 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 |
| el9.aarch64 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 |
| el10.x86_64 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 |
| el10.aarch64 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 |
| d12.x86_64 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 |
| d12.aarch64 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 |
| d13.x86_64 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 |
| d13.aarch64 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 |
| u22.x86_64 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 |
| u22.aarch64 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 |
| u24.x86_64 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 |
| u24.aarch64 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 |
| u26.x86_64 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 |
| u26.aarch64 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 | PGDG 1.11.0 |
Source
github.com/dverite/icu_ext
icu_ext-1.11.0.tar.gz
Install
Make sure PGDG repo available:
Install this extension with pig:
Create this extension with:
Usage
Sources: README, datetime docs, v1.10.0 release
icu_ext exposes ICU functionality to PostgreSQL. Upstream requires PostgreSQL 11+ configured with ICU (--with-icu); the pgext catalog tracks version 1.10.0 for PostgreSQL 14-18, with the v1.10.0 release noting PostgreSQL 18 compatibility.
Enable the Extension
Version Info
Locale Functions
Collation Attributes
String Comparison
Sort Keys and Linguistic Search
Text Boundary Analysis
Unicode Normalization and Transformation
Date and Time Localization
The datetime docs also define icu_date, icu_timestamptz, and icu_interval, plus the icu_ext.locale, icu_ext.date_format, and icu_ext.timestamptz_format settings used for localized input/output and calendar-aware arithmetic.
Number Spellout
Spoof and Confusable Detection
Character Info
Caveats
- Functions that depend on ICU collation or Unicode data can change behavior when the linked ICU library changes.
icu_sort_key()is index-friendly, but indexes built on sort keys should be reviewed after ICU upgrades.