Re: Indexing Metaphone?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Richard Poole <rp(at)guests(dot)deus(dot)net>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Indexing Metaphone?
Date: 2002-06-05 18:53:32
Message-ID: 200206051153.32511.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


Richard,

> That's the error message you'd get if pg just didn't know of any
> function called "metaphone". Have you done the appropriate CREATE
> FUNCTION magic? "\df metaphone" in psql will tell you whether it's
> heard of it or not.

Yup:

jwnet=> \df metaphone
List of functions
Result data type | Name | Argument data types
------------------+-----------+---------------------
text | metaphone | text, integer
(1 row)

--
-Josh Berkus

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Stephan Szabo 2002-06-05 19:15:52 Re: Indexing Metaphone?
Previous Message Roberto Mello 2002-06-05 18:40:30 Getting PID of current logged user