| From: | Euler Taveira de Oliveira <euler(at)timbira(dot)com> |
|---|---|
| To: | Carlos Jordão <carlosjordao(at)gmail(dot)com> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Help with new contrib |
| Date: | 2008-05-26 19:45:47 |
| Message-ID: | 483B136B.80407@timbira.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Carlos Jordão wrote:
> I have worked on a project and on my free time I made a port of a
> specific metaphone algorithm, adapted for Brazilian portuguese. I used
> mainly the code presented in contrib/fuzzystr/dmetaphone.c to make the
> postgresql interface.
Nice. I'm looking for soundex-like algorithms in portuguese. I'm
developing a set of similarity functions (ATM is 16 functions) for my
thesis and I'm planning to release it at pgfoundry soon. If you're
interested I can add it too.
> So, I question if here is the best place for such contribution and
> which license should use, or I can just keep the previous one (Perl's
> compatible).
>
I'm thinking to release it under BSD.
--
Euler Taveira de Oliveira
http://www.timbira.com/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2008-05-26 19:56:48 | Remove redundant extra_desc info for enum GUC variables? |
| Previous Message | Simon Riggs | 2008-05-26 19:32:20 | Re: Read Uncommitted |