Re: [HACKERS] Include Lists for Text Search

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>, pgsql-hackers(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org
Subject: Re: [HACKERS] Include Lists for Text Search
Date: 2007-09-26 08:52:35
Message-ID: 200709260852.l8Q8qaL16955@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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(at)sai(dot)msu(dot)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(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stefan Kaltenbrunner 2007-09-26 08:54:07 Re: pgcrypto & strong ciphers limitation
Previous Message Bruce Momjian 2007-09-26 08:38:54 Re: allow CSV quote in NULL

Browse pgsql-patches by date

  From Date Subject
Next Message Michael Meskes 2007-09-26 10:57:27 Re: Thread-safe PREPARE in ecpg
Previous Message Bruce Momjian 2007-09-26 08:48:11 Re: strpos() && KMP