Patch to contrib/fulltextindex/fti.sql

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Patch to contrib/fulltextindex/fti.sql
Дата
Msg-id ECEHIKNFIMMECLEBJFIGEEGJCBAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответы Re: Patch to contrib/fulltextindex/fti.sql  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Patch to contrib/fulltextindex/fti.sql  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Patch to contrib/fulltextindex/fti.sql  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
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

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [INTERFACES] WIN32 MULTIBYTE
Следующее
От: Kenji Sugita
Дата:
Сообщение: Patch to enable window size detection code of psql for Solaris platform