From 8ace5114dcbe800725da09fbed3ac849a3b137ec Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 9 May 2001 23:00:44 +0000 Subject: This directory contains a module that implements the "Metaphone" code as a PostgreSQL user-defined function. The Metaphone system is a method of matching similar sounding names (or any words) to the same code. Metaphone was invented by Lawrence Philips as an improvement to the popular name-hashing routine, Soundex. This metaphone code is from Michael Kuhn, and is detailed at http://aspell.sourceforge.net/metaphone/metaphone-kuhn.txt Joel Burton --- contrib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib/Makefile') diff --git a/contrib/Makefile b/contrib/Makefile index 819e5046ad8..56c4f311e21 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.18 2001/03/14 00:57:43 tgl Exp $ +# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.19 2001/05/09 23:00:44 momjian Exp $ subdir = contrib top_builddir = .. @@ -15,6 +15,7 @@ WANTED_DIRS = \ lo \ mSQL-interface \ mac \ + metaphone \ miscutil \ noupdate \ oid2name \ -- cgit v1.2.3