Re: Patch to contrib/fulltextindex/fti.sql - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Patch to contrib/fulltextindex/fti.sql
Date
Msg-id 200108011845.f71Ij3g06728@candle.pha.pa.us
Whole thread Raw
In response to Patch to contrib/fulltextindex/fti.sql  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-patches
Thanks.  Patch applied.


> The fti.pl supplied with the fulltextindex module generate ALL possible
> substrings of two characters or greater, and is case-sensitive.
>
> This patch makes it work correctly.  It generates only the suffixes of each
> word, plus lowercases them - as specified by the README file.
>
> This brings it into line with the fti.c function, makes it case-insensitive
> properly, removes the problem with duplicate rows being returned from an fti
> search and greatly reduces the size of the generated index table.
>
> It was written by my co-worker, Brett Toolin.
>
> Chris

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Patch to enable window size detection code of psql for Solaris platform
Next
From: Bruce Momjian
Date:
Subject: Re: Add ANALYZE to tab complete in psql