Re: How to install Soundex() on Windows 2000

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Maneet Singh <maneet_khurana(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to install Soundex() on Windows 2000
Date: 2004-02-14 23:39:53
Message-ID: 20040214233952.GA18504@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Recent versions of postgresql have an implementation in the contrib
directory. It also comes with a makefile and sql snippet to create the
function.

Any reason why so old a version. Newer releases (like 7.4) are really much
faster generally have more features. 7.2.2 is prehistoric almost.

Maybe you need to make clean?

On Wed, Feb 11, 2004 at 05:33:18PM +0530, Maneet Singh wrote:
> Hi
>
> I have recently installed postgreSQL ver 7.2.2 on my Windows 2000 system.
> My project's requirement is to have a fuzzy string matching (Soundex()). I
> checked the internet and downloaded a set of C library files. As per the
> documentation available, Ishould run the "Make" file to automatically host
> a procedure for the same in postgreSQL.
>
> The library downloaded contains "GNUMakeFile". The documentation says that
> GNUMakeFile is a latest version and I should run the same. Upon running
> the same, nothing happens and I am not able to install the Soundex()
> function.
>
> Please help.
>
> Thank you in anticipation.
> Maneet

--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> If the Catholic church can survive the printing press, science fiction
> will certainly weather the advent of bookwarez.
> http://craphound.com/ebooksneitherenorbooks.txt - Cory Doctorow

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2004-02-15 00:23:00 Re: SQL99 IGNORE
Previous Message Steven job 2004-02-14 23:38:04 Best replication options