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
> 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
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
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