CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian@hub.org 01/08/07 14:16:01
Modified files:
contrib : README
contrib/fuzzystrmatch: README.fuzzystrmatch fuzzystrmatch.c
fuzzystrmatch.h fuzzystrmatch.sql.in
Added files:
contrib/fuzzystrmatch: README.soundex
Removed files:
contrib/metaphone: Makefile README.metaphone metaphone.c
metaphone.sql.in
contrib/soundex: Makefile README.soundex soundex.c
soundex.sql.in
Log message:
Sorry - I should have gotten to this sooner. Here's a patch which you should
be able to apply against what you just committed. It rolls soundex into
fuzzystrmatch.
Remove soundex/metaphone and merge into fuzzystrmatch.
Joe Conway