Re: SOUNDEX call

From: Marti Raudsepp <marti(at)juffo(dot)org>
To: "84(dot)le0n" <84(dot)le0n(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: SOUNDEX call
Date: 2012-02-07 20:47:06
Message-ID: CABRT9RCGynK17TUtCEmDJQv7HLXVZKJhwopqHakUa_F3EJj1kA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Feb 6, 2012 at 23:48, 84.le0n <84(dot)le0n(at)gmail(dot)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 enabled by default in Postgres
9.0+. Of course this would be slower.

> Can I hope on SOUNDEX inclusion inside core for next release, as is
> for other major databases ?

Unfortunately the chances are pretty slim, the last CommitFest for
PostgreSQL 9.2 closed mid-January.

Regards,
Marti

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Dunstan 2012-02-07 22:00:13 Re: [GENERAL] pg_dump -s dumps data?!
Previous Message Tom Lane 2012-02-07 19:56:07 Re: [GENERAL] pg_dump -s dumps data?!