unaccent
text search dictionary that removes accents
unaccent : text search dictionary that removes accents
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 4990 | unaccent | unaccent | 1.1 |
FUNC | PostgreSQL | C |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
| --s-dt- | No | Yes | No | Yes | no | yes |
| Relationships | |
|---|---|
| See Also | dict_xsyn dict_int pg_tokenizer pgroonga icu_ext pg_xenophile citext pg_trgm |
Packages
| PG18 | PG17 | PG16 | PG15 | PG14 |
|---|---|---|---|---|
| 1.1 | 1.1 | 1.1 | 1.1 | 1.1 |
This is a built-in contrib extension ship with the PostgreSQL kernel
Install
Create this extension with:
Usage
Removes accents (diacritic signs) from text. Can be used as a text search dictionary or as a standalone function.
Functions
| Function | Description |
|---|---|
unaccent(text) |
Remove accents using the default dictionary |
unaccent(dictionary regdictionary, text) |
Remove accents using a specific dictionary |