pgsql/ ontrib/Makefile ontrib/README rc/pl/plp ...

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ ontrib/Makefile ontrib/README rc/pl/plp ...
Date: 2001-05-09 23:00:44
Message-ID: 200105092300.f49N0iG87332@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/05/09 19:00:44

Modified files:
contrib : Makefile README
src/pl/plpython: Makefile
Added files:
contrib/metaphone: Makefile README.metaphone metaphone.c
metaphone.sql.in

Log message:
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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-05-09 23:11:55 pgsql/doc TODO
Previous Message Bruce Momjian - CVS 2001-05-09 22:56:47 pgsql/contrib/metaphone