Re: FTS question

Поиск
Список
Период
Сортировка
От Damjan Rems
Тема Re: FTS question
Дата
Msg-id 779452.4198.qm@web55204.mail.re4.yahoo.com
обсуждение исходный текст
Ответ на Re: FTS question  (Richard Huxton <dev@archonet.com>)
Ответы Re: FTS question  (Richard Huxton <dev@archonet.com>)
Re: FTS question  (hubert depesz lubaczewski <depesz@depesz.com>)
Список pgsql-general
> Um - you're using the full-text indexing. It's
> supposed to search words.
>
> You can use any of the pattern-matching functions /
> operators (LIKE etc)
> here if you want to explicitly match characters.
> http://www.postgresql.org/docs/current/static/functions-matching.html
>
> If that's not what you're after, you'll need to
> explain what you are
> trying to do.

Id would like to get aproximatly this.
WHERE name LIKE 'somes%'

But how do I construct FTS query for this?

by
TheR







В списке pgsql-general по дате отправления:

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Query Fails
Следующее
От: Jamie Deppeler
Дата:
Сообщение: Need some help