]> granicus.if.org Git - postgresql/commit
The attached patch implements the soundex difference function which
authorNeil Conway <neilc@samurai.com>
Wed, 26 Jan 2005 08:04:04 +0000 (08:04 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 26 Jan 2005 08:04:04 +0000 (08:04 +0000)
commit1ac9f0e9f79c02a48c374dee206d3952e5520f84
treeb1f940533ee2e7dc5165c41a8945c1074b6d7990
parentfd5437c78b1d5e91ca034a5d4a820e668af33850
The attached patch implements the soundex difference function which
compares two strings' soundex values for similarity, from Kris Jurka.
Also mark the text_soundex() function as STRICT, to avoid crashing
on NULL input.
contrib/fuzzystrmatch/README.fuzzystrmatch
contrib/fuzzystrmatch/README.soundex
contrib/fuzzystrmatch/fuzzystrmatch.c
contrib/fuzzystrmatch/fuzzystrmatch.h
contrib/fuzzystrmatch/fuzzystrmatch.sql.in