-
- Downloads
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.
Showing
- contrib/fuzzystrmatch/README.fuzzystrmatch 4 additions, 0 deletionscontrib/fuzzystrmatch/README.fuzzystrmatch
- contrib/fuzzystrmatch/README.soundex 17 additions, 2 deletionscontrib/fuzzystrmatch/README.soundex
- contrib/fuzzystrmatch/fuzzystrmatch.c 20 additions, 0 deletionscontrib/fuzzystrmatch/fuzzystrmatch.c
- contrib/fuzzystrmatch/fuzzystrmatch.h 1 addition, 0 deletionscontrib/fuzzystrmatch/fuzzystrmatch.h
- contrib/fuzzystrmatch/fuzzystrmatch.sql.in 14 additions, 12 deletionscontrib/fuzzystrmatch/fuzzystrmatch.sql.in
Loading
Please register or sign in to comment