]> granicus.if.org Git - postgresql/commit
trgm - Trigram matching for PostgreSQL
authorTeodor Sigaev <teodor@sigaev.ru>
Mon, 31 May 2004 17:18:12 +0000 (17:18 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Mon, 31 May 2004 17:18:12 +0000 (17:18 +0000)
commitcbfa4092bb9c0668dba9870ca06038aebe71d7e6
treee0cf5ac9bb93b3fab6197297f5a99de64694b9cd
parent553bc4163388d660a30d5cb0cacad0e86fb7e449
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.
contrib/pg_trgm/Makefile [new file with mode: 0644]
contrib/pg_trgm/README.pg_trgm [new file with mode: 0644]
contrib/pg_trgm/data/trgm.data [new file with mode: 0644]
contrib/pg_trgm/expected/pg_trgm.out [new file with mode: 0644]
contrib/pg_trgm/pg_trgm.sql.in [new file with mode: 0644]
contrib/pg_trgm/sql/pg_trgm.sql [new file with mode: 0644]
contrib/pg_trgm/trgm.h [new file with mode: 0644]
contrib/pg_trgm/trgm_gist.c [new file with mode: 0644]
contrib/pg_trgm/trgm_op.c [new file with mode: 0644]