OR tsquery

Поиск
Список
Период
Сортировка
От Ivan Sergio Borgonovo
Тема OR tsquery
Дата
Msg-id 20100116153206.4657b3c4@dawn.webthatworks.it
обсуждение исходный текст
Ответы Re: OR tsquery  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: OR tsquery  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-general
to_tsquery and plainto_tsquery produce AND tsquery
'apple banana orange' -> 'apple' & 'banana' & 'orange'
I can't see anything that will produce OR tsquery.
'apple banana orange' -> 'apple' | 'banana' | 'orange'

The only thing I can think of is looping on ts_lexize that looks not
very efficient in plpgsql.

Am I missing something?

thanks

--
Ivan Sergio Borgonovo
http://www.webthatworks.it


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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: OT: Db2 connection pooling?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: OR tsquery