FZY algorithm for PostgreSQL
pgext.cloud · Source code · Documentation · Control file
| Package | pg_fzy |
|---|---|
| Version | 0.0.1 |
| PostgreSQL versions | 11 · 12 · 13 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 1 |
| Latest commit | 2021-03-25 |
| Catalogue updated | 2026-08-30 |
| vmatch | Text similarity functions and a fuzzy-match /= operator with typo-aware weighting. |
| similarity | C extension that computes a normalized similarity score between two strings using an fstrcmp-style approximate matching algorithm. |
| pg_trgm | text similarity measurement and index searching based on trigrams |
| kor_search | A PostgreSQL extension for Korean-English text search. |
| soundex-type | soundex - type |
| soundex-function | soundex - function for comparing strings |
| fuzzywuzzy | fuzzywuzzy ratio for postgres |
| pg_similarity | support similarity queries |