fuzzystrmatch
fuzzystrmatch
determine similarities and distance between strings
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 2180 | fuzzystrmatch | fuzzystrmatch | 1.2 | FTS | PostgreSQL | C |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--s-dt- | No | Yes | No | Yes | no | yes |
| Relationships | |
|---|---|
| Need By | postgis_tiger_geocoder |
| See Also | pg_similarity smlar pg_trgm unaccent pg_bigm citext btree_gist btree_gin |
Packages
| PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|
1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 |
This is a built-in contrib extension ship with the PostgreSQL kernel
Install
Create this extension with:
CREATE EXTENSION fuzzystrmatch;Last updated on