add soundex difference function to contrib/fuzzystrmatch

From: Kris Jurka <books(at)ejurka(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: add soundex difference function to contrib/fuzzystrmatch
Date: 2005-01-25 06:13:07
Message-ID: Pine.BSO.4.56.0501250110570.29918@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


The attached patch implements the soundex difference function which
compares two strings' soundex values for similarity.

http://databases.about.com/od/development/l/aasoundex.htm

Kris Jurka

Attachment Content-Type Size
soundex.difference.patch text/plain 4.8 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Michael Paesold 2005-01-25 06:56:30 Re: pg_autovacuum Win32 Service startup delay
Previous Message Neil Conway 2005-01-25 03:27:12 Re: add regression test for #1433