From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | holger(at)marzen(dot)de |
Cc: | David Griffiths <dgriffiths(at)boats(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Work Around For Simple Oracle interMedia? |
Date: | 2002-02-13 06:01:18 |
Message-ID: | 200202130601.g1D61IW09419@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> > This is the most basic usage of the interMedia (you can get it to do a
> > soundex to match a sound, or get a "near" match or fuzzy match rather than
> > an exact match, etc.)
>
> For fuzzy match you could write a levenshtein (sp?) function. But then
> you have to extract the words from the field. That might get tricky.
We have levenshtein in /contrib/fuzzystrmatch.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Holger Marzen | 2002-02-13 07:04:51 | Log archiving (like db2, Oracle) |
Previous Message | Holger Marzen | 2002-02-13 05:48:55 | Re: Work Around For Simple Oracle interMedia? |