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 lang

[GENERAL] SOUNDEX call

2012-02-07 Thread 84.le0n
Hi all, I'm developing Joomla's PostgreSQL database driver that (I hope) will be included soon in this CMS [1] [2]. During my developing time I've found a big problem, not yet resolved, about SOUNDEX function, adopted for recent added code. I know that SOUNDEX is present inside contrib module, but