Re: [GENERAL] SOUNDEX call

2012-02-09 Thread Marti Raudsepp
On Wed, Feb 8, 2012 at 15:37, 84.le0n <84.l...@gmail.com> wrote: > This is an interesting solution, but I know a little bit PL/pgSQL and I > don't know how provide SOUNDEX version in PL/pgSQL, I don't know SOUNDEX > algo too. > How can I provide soundex in PL/pgSQL ? I wrote and posted a PL/pgSQL

Re: [GENERAL] SOUNDEX call

2012-02-08 Thread 84.le0n
> Il giorno 08/feb/2012, alle ore 11:25, Marti Raudsepp ha > scritto: > >> On Wed, Feb 8, 2012 at 01:17, 84.le0n <84.l...@gmail.com> wrote: This is a bit ugly, but you could write the function yourself in the PL/pgSQL procedural language, which is enabled by default in Postgres 9

Re: [GENERAL] SOUNDEX call

2012-02-07 Thread Marti Raudsepp
On Mon, Feb 6, 2012 at 23:48, 84.le0n <84.l...@gmail.com> wrote: > Now the problem is, how can I enable SOUNDEX inside database ? Is > there a way to use it without running contrib files ? This is a bit ugly, but you could write the function yourself in the PL/pgSQL procedural language, which is e