pgsql: The attached patch implements the soundex difference function

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: The attached patch implements the soundex difference function
Date: 2005-01-26 08:04:05
Message-ID: 20050126080405.084B73A5B1B@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
The attached patch implements the soundex difference function which
compares two strings' soundex values for similarity, from Kris Jurka.
Also mark the text_soundex() function as STRICT, to avoid crashing
on NULL input.

Modified Files:
--------------
pgsql/contrib/fuzzystrmatch:
README.fuzzystrmatch (r1.7 -> r1.8)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/fuzzystrmatch/README.fuzzystrmatch.diff?r1=1.7&r2=1.8)
README.soundex (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/fuzzystrmatch/README.soundex.diff?r1=1.2&r2=1.3)
fuzzystrmatch.c (r1.14 -> r1.15)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/fuzzystrmatch/fuzzystrmatch.c.diff?r1=1.14&r2=1.15)
fuzzystrmatch.h (r1.10 -> r1.11)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/fuzzystrmatch/fuzzystrmatch.h.diff?r1=1.10&r2=1.11)
fuzzystrmatch.sql.in (r1.6 -> r1.7)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/fuzzystrmatch/fuzzystrmatch.sql.in.diff?r1=1.6&r2=1.7)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2005-01-26 08:08:05 pgsql: Mark the text_soundex() function as "strict", to avoid crashing
Previous Message seanc 2005-01-26 05:37:35 pgmemcache: pgmemcache COPYING pmkfile