unaccent
text search dictionary that removes accents
Overview
| Package | Version | Category | License | Language |
|---|---|---|---|---|
unaccent | 1.1 | FUNC | PostgreSQL | C |
| ID | Extension | Bin | Lib | Load | Create | Trust | Reloc | Schema |
|---|---|---|---|---|---|---|---|---|
| 4990 | unaccent | No | Yes | No | Yes | Yes | No | - |
Version
| PG18 | PG17 | PG16 | PG15 | PG14 |
|---|---|---|---|---|
| 1.1 | 1.1 | 1.1 | 1.1 | 1.1 |
Install
Note: This is a built-in contrib extension of PostgreSQL
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 |
Text Search Usage
Standalone Function Usage
Was this page helpful?
Thanks—your feedback helps us improve this page.
What got in the way? (optional)