PostgreSQL extension for strings fuzzy matching
pgext.cloud · Source code · Documentation · Control file
| Package | fuzzysearch |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 0 |
| Latest commit | 2025-05-04 |
| Latest release | 2025-05-06 |
| Catalogue updated | 2026-08-30 |
| similarity | C extension that computes a normalized similarity score between two strings using an fstrcmp-style approximate matching algorithm. |
| pgsfti | PostgreSQL data type for simple trapezoidal fuzzy time intervals and fuzzy temporal relations. |
| vmatch | Text similarity functions and a fuzzy-match /= operator with typo-aware weighting. |
| soundex-function | soundex - function for comparing strings |
| tlsh_gist | TLSH fuzzy-hash data type, distance operations, and GiST indexing for similarity search. |
| hamming_distance | Hamming distance and similarity functions for hexadecimal feature-vector strings. |
| product_logic | Provides operators to evaluate fuzzy logic expressions according to product logic. |
| pg_trgm | text similarity measurement and index searching based on trigrams |