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 17:45:57
Message-ID: 200108011745.f71Hjvh02128@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

> 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 Neil Padgett 2001-08-01 17:58:45 Patch for Improved Syntax Error Reporting
Previous Message Liam Stewart 2001-08-01 17:17:00 Re: Patch to add insert of multiple tuples per INSERT statement