select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Full-text search

fuzzysearch

PostgreSQL extension for strings fuzzy matching

pgext.cloud · Source code · Documentation · Control file

Overview

Packagefuzzysearch
Version1.0
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars0
Latest commit2025-05-04
Latest release2025-05-06
Catalogue updated2026-08-30

Related extensions

See also

similarityC extension that computes a normalized similarity score between two strings using an fstrcmp-style approximate matching algorithm.
pgsftiPostgreSQL data type for simple trapezoidal fuzzy time intervals and fuzzy temporal relations.
vmatchText similarity functions and a fuzzy-match /= operator with typo-aware weighting.
soundex-functionsoundex - function for comparing strings
tlsh_gistTLSH fuzzy-hash data type, distance operations, and GiST indexing for similarity search.
hamming_distanceHamming distance and similarity functions for hexadecimal feature-vector strings.
product_logicProvides operators to evaluate fuzzy logic expressions according to product logic.
pg_trgmtext similarity measurement and index searching based on trigrams