Re: tsearch partial word

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: tsearch partial word
Дата
Msg-id 1145305256.9080.47.camel@localhost.localdomain
обсуждение исходный текст
Ответ на tsearch partial word  ("Yudie Pg" <yudiepg@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tony Caduto
Дата:
Сообщение: Re: the integer type
Следующее
От: "William Leite Araújo"
Дата:
Сообщение: Re: plpgsql replication stored procedure