fuzzystrmatch

fuzzystrmatch

determine similarities and distance between strings

Overview

IDExtensionPackageVersionCategoryLicenseLanguage
2180
fuzzystrmatch
fuzzystrmatch
1.2
FTS
PostgreSQL
C
AttributeHas BinaryHas LibraryNeed LoadHas DDLRelocatableTrusted
--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

PG18PG17PG16PG15PG14PG13
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