]> granicus.if.org Git - postgresql/commit
Sorry - I should have gotten to this sooner. Here's a patch which you should
authorBruce Momjian <bruce@momjian.us>
Tue, 7 Aug 2001 18:16:01 +0000 (18:16 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 7 Aug 2001 18:16:01 +0000 (18:16 +0000)
commitcdd02cdf00f020292cdcc8dafa5475e0149c34a6
tree317c5c67dbecac152c6c67766ac86d3f5c8e9536
parentfb5b85a8f2663883f1e3287680dbe0db54e1b617
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
14 files changed:
contrib/README
contrib/fuzzystrmatch/README.fuzzystrmatch
contrib/fuzzystrmatch/README.soundex [new file with mode: 0644]
contrib/fuzzystrmatch/fuzzystrmatch.c
contrib/fuzzystrmatch/fuzzystrmatch.h
contrib/fuzzystrmatch/fuzzystrmatch.sql.in
contrib/metaphone/Makefile [deleted file]
contrib/metaphone/README.metaphone [deleted file]
contrib/metaphone/metaphone.c [deleted file]
contrib/metaphone/metaphone.sql.in [deleted file]
contrib/soundex/Makefile [deleted file]
contrib/soundex/README.soundex [deleted file]
contrib/soundex/soundex.c [deleted file]
contrib/soundex/soundex.sql.in [deleted file]