Re: add soundex difference function to contrib/fuzzystrmatch

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: add soundex difference function to contrib/fuzzystrmatch
Date: 2005-01-25 11:02:53
Message-ID: 41F6275D.9020908@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Kris Jurka wrote:

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

ISTM that given how soundex-specific this function is it should have a
less generic name than "difference".

soundex_difference maybe?

cheers

andrew

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Christopher Browne 2005-01-25 12:03:28 Re: Much Ado About COUNT(*)
Previous Message ITAGAKI Takahiro 2005-01-25 10:33:40 Re: WAL: O_DIRECT and multipage-writer