Re: add soundex difference function to contrib/fuzzystrmatch - Mailing list pgsql-patches

From Andrew Dunstan
Subject Re: add soundex difference function to contrib/fuzzystrmatch
Date
Msg-id 41F6275D.9020908@dunslane.net
Whole thread Raw
In response to add soundex difference function to contrib/fuzzystrmatch  (Kris Jurka <books@ejurka.com>)
Responses Re: add soundex difference function to contrib/fuzzystrmatch
List 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

pgsql-patches by date:

Previous
From: ITAGAKI Takahiro
Date:
Subject: Re: WAL: O_DIRECT and multipage-writer
Next
From: Mahmoud Taghizadeh
Date:
Subject: add collation support to postgresql