trgm - Trigram matching for PostgreSQL
Teodor Sigaev <teodor@sigaev.ru>
trgm - Trigram matching for PostgreSQL -------------------------------------- The pg_trgm contrib module provides functions and index classes for determining the similarity of text based on trigram matching.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pg_trgm/data/trgm.data | added | +1000 −0 |
| contrib/pg_trgm/expected/pg_trgm.out | added | +2314 −0 |
| contrib/pg_trgm/Makefile | added | +17 −0 |
| contrib/pg_trgm/pg_trgm.sql.in | added | +107 −0 |
| contrib/pg_trgm/README.pg_trgm | added | +138 −0 |
| contrib/pg_trgm/sql/pg_trgm.sql | added | +30 −0 |
| contrib/pg_trgm/trgm_gist.c | added | +566 −0 |
| contrib/pg_trgm/trgm.h | added | +88 −0 |
| contrib/pg_trgm/trgm_op.c | added | +269 −0 |