From 2cb95cd9258e33b352845dd16c43f8efc9f52314 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Tue, 7 Aug 2001 18:18:33 +0000
Subject: [PATCH] Update README for fuzzystrmatch description.

---
 contrib/README | 5 +----
 1 file changed, 1 insertion(+), 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>
-- 
GitLab