Re: text_soundex function

From: Chris <dmagick(at)gmail(dot)com>
To: Otandeka Simon Peter <sotandeka(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: text_soundex function
Date: 2008-12-18 08:09:27
Message-ID: 494A0537.7000107@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Otandeka Simon Peter wrote:
> Hi Chris,
>
> Tried it and I get
>
> LINE 1: SELECT * FROM s WHERE soundex(nm) = soundex('john');
> HINT: No function matches the given name and argument types. You might
> need to add explicit type casts.

Ahh, it's a contrib module. It's not installed by default, it's like an
external package.

See http://www.postgresql.org/docs/8.3/interactive/contrib.html for how
to install it.

--
Postgresql & php tutorials
http://www.designmagick.com/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris 2008-12-18 08:10:24 Re: text_soundex function
Previous Message Otandeka Simon Peter 2008-12-18 08:03:56 Re: text_soundex function