diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-08-07 18:18:33 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-08-07 18:18:33 +0000 |
commit | 2cb95cd9258e33b352845dd16c43f8efc9f52314 (patch) | |
tree | 639443bf840a8d030400b71486aa487d6c48c629 | |
parent | cdd02cdf00f020292cdcc8dafa5475e0149c34a6 (diff) | |
download | postgresql-2cb95cd9258e33b352845dd16c43f8efc9f52314.tar.gz postgresql-2cb95cd9258e33b352845dd16c43f8efc9f52314.zip |
Update README for fuzzystrmatch description.
-rw-r--r-- | contrib/README | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/contrib/README b/contrib/README index 7197d38abc1..e3b3c482220 100644 --- a/contrib/README +++ b/contrib/README @@ -56,7 +56,7 @@ fulltextindex - by Maarten Boekhold <maartenb@dutepp0.et.tudelft.nl> fuzzystrmatch - - Levenshtein and Metaphone fuzzy string matching + Levenshtein, metaphone, and soundex fuzzy string matching by Joe Conway <joseph.conway@home.com>, Joel Burton <jburton@scw.org> intarray - @@ -84,9 +84,6 @@ mac - Support functions for MAC address types by Lawrence E. Rosenman <ler@lerctr.org> -metaphone - - Improved Soundex function - miscutil - PostgreSQL assert checking and various utility functions by Massimo Dal Zotto <dz@cs.unitn.it> |