Re: Indexing Metaphone? - Mailing list pgsql-sql

From Josh Berkus
Subject Re: Indexing Metaphone?
Date
Msg-id 200206051153.32511.josh@agliodbs.com
Whole thread Raw
In response to Re: Indexing Metaphone?  (Richard Poole <rp@guests.deus.net>)
List 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 functionsResult data type |   Name    | Argument data types
------------------+-----------+---------------------text             | metaphone | text, integer
(1 row)

--
-Josh Berkus



pgsql-sql by date:

Previous
From: Richard Poole
Date:
Subject: Re: Indexing Metaphone?
Next
From: Stephan Szabo
Date:
Subject: Re: Indexing Metaphone?