]> granicus.if.org Git - postgresql/commitdiff
Update README for fuzzystrmatch description.
authorBruce Momjian <bruce@momjian.us>
Tue, 7 Aug 2001 18:18:33 +0000 (18:18 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 7 Aug 2001 18:18:33 +0000 (18:18 +0000)
contrib/README

index 7197d38abc163793b9c8465b697ac6e45b86426a..e3b3c482220394dbf96bea6567494858832b462d 100644 (file)
@@ -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>