Re: tsearch partial word - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: tsearch partial word
Date
Msg-id 1145305256.9080.47.camel@localhost.localdomain
Whole thread Raw
In response to tsearch partial word  ("Yudie Pg" <yudiepg@gmail.com>)
List pgsql-general
On Mon, 2006-04-17 at 14:48 -0500, Yudie Pg wrote:
> Is it possible to search partial word as like '%...%' in tsearch?

Well at that point you are just going to seqscan anyway... so why not
just to a standard like search?

The could see that you might get a benefit from using the '%...%' on the
vectors columns though, as you may be scanning less data.

Joshua D. Drake


>
> Yudie
--

            === The PostgreSQL Company: Command Prompt, Inc. ===
      Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
      Providing the most comprehensive  PostgreSQL solutions since 1997
                     http://www.commandprompt.com/





pgsql-general by date:

Previous
From: Tony Caduto
Date:
Subject: Re: the integer type
Next
From: "William Leite Araújo"
Date:
Subject: Re: plpgsql replication stored procedure