Metaphone function

From: Joel Burton <jburton(at)scw(dot)org>
To: pgsql-hackers(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org
Subject: Metaphone function
Date: 2001-05-03 20:15:34
Message-ID: Pine.LNX.4.21.0105031612230.7580-100000@olympus.scw.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


I've hacked together a metaphone function from an existing metaphone
implementation and the example provided by the soundex() function in
contrib.

I'd like to send this out to the general list, in the hopes that people
will find it useful, but I wanted to wave it in front of the -hackers and
-patches people first, just to make sure that I haven't done anything
dreadfully, awfully terrible. :-)

I'm not an expert C coder, and this is really two programs, neither of
which I wrote, glued together, with some mild editing by me. There are no
malloc() calls (no dynamic memory at all), nor anything terribly strange,
but this is my first C function I'm turning loose on the world.

If you have a chance, I'd appreciate any feedback/pointers.

If it looks good / If I don't hear otherwise, I'll send it out to
pgsql-announce and pgsql-general early next week.

Thanks!
--
Joel Burton <jburton(at)scw(dot)org>
Director of Information Systems, Support Center of Washington

Browse pgsql-hackers by date

  From Date Subject
Next Message Joel Burton 2001-05-03 20:16:49 Metaphone function attachment
Previous Message Ryan Mahoney 2001-05-03 20:07:42 Extrordinarily Poor Performance....

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-05-03 20:17:48 Re: patch to support KOI8-U <==> UTF-8 conversions
Previous Message Bruce Momjian 2001-05-03 19:17:01 Re: [Fwd: dbf2pg improvements (password, charset convertions, etc.)]