Re: [HACKERS] Include Lists for Text Search - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: [HACKERS] Include Lists for Text Search
Date
Msg-id 200709260852.l8Q8qaL16955@momjian.us
Whole thread Raw
In response to Re: [HACKERS] Include Lists for Text Search  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-patches
This has been saved for the 8.4 release:

    http://momjian.postgresql.org/cgi-bin/pgpatches_hold

---------------------------------------------------------------------------

Simon Riggs wrote:
> On Mon, 2007-09-10 at 10:21 -0400, Tom Lane wrote:
> > Oleg Bartunov <oleg@sai.msu.su> writes:
> > > On Mon, 10 Sep 2007, Simon Riggs wrote:
> > >> Can we include that functionality now?
> >
> > > This could be realized very easyly using dict_strict, which returns
> > > only known words, and mapping contains only this dictionary. So,
> > > feel free to write it and submit.
> >
> > ... for 8.4.
>
> I've coded a small patch to allow CaseSensitive synonyms.
>
>   CREATE TEXT SEARCH DICTIONARY my_diction (
>      TEMPLATE = biglist,
>      DictFile = words,
>      CaseSensitive = true
>   );
>
> --
>   Simon Riggs
>   2ndQuadrant  http://www.2ndQuadrant.com

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend

--
  Bruce Momjian  <bruce@momjian.us>          http://momjian.us
  EnterpriseDB                               http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: strpos() && KMP
Next
From: Michael Meskes
Date:
Subject: Re: Thread-safe PREPARE in ecpg