Re: Patch to contrib/fulltextindex/fti.sql

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Patch to contrib/fulltextindex/fti.sql
Date: 2001-08-01 18:45:03
Message-ID: 200108011845.f71Ij3g06728@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-08-01 18:45:12 Re: Patch to enable window size detection code of psql for Solaris platform
Previous Message Tom Lane 2001-08-01 18:33:13 Re: Patch for Improved Syntax Error Reporting