Re: add soundex difference function to

From: Neil Conway <neilc(at)samurai(dot)com>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: add soundex difference function to
Date: 2005-01-25 07:05:52
Message-ID: 1106636752.9525.7.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Tue, 2005-01-25 at 01:13 -0500, Kris Jurka wrote:
> The attached patch implements the soundex difference function which
> compares two strings' soundex values for similarity.

*** 19,24 ****
--- 19,28 ----
AS 'MODULE_PATHNAME', 'soundex'
LANGUAGE 'C';

+ CREATE FUNCTION difference(text,text) RETURNS int
+ AS 'MODULE_PATHNAME', 'difference'
+ LANGUAGE 'C';
+

This should be immutable, right?

-Neil

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Kris Jurka 2005-01-25 07:26:31 Re: add soundex difference function to contrib/fuzzystrmatch
Previous Message Michael Paesold 2005-01-25 06:56:30 Re: pg_autovacuum Win32 Service startup delay