Re: Full Text Index Scanning

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Matt Warner <matt(at)warnertechnology(dot)com>
Cc: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>, pgsql-general(at)postgresql(dot)org
Subject: Re: Full Text Index Scanning
Date: 2011-01-30 18:36:38
Message-ID: 2854.1296412598@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Matt Warner <matt(at)warnertechnology(dot)com> writes:
> If I understand this, it looks like this approach allows me to match the
> beginnings and endings of words, but not the middle sections.

Yeah, probably. You might consider using contrib/pg_trgm instead if
you need arbitrary substrings.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Yves Weißig 2011-01-30 19:50:44 New index structure with Open MP
Previous Message Matt Warner 2011-01-30 18:13:26 Re: Full Text Index Scanning