tsearch (or related) question - Mailing list pgsql-general

From Satoshi Nagayasu
Subject tsearch (or related) question
Date
Msg-id 4D305FDA.2000604@gmail.com
Whole thread Raw
Responses Re: tsearch (or related) question
List pgsql-general
Hi all,

I'm looking for some tricky way for tsearch query.

Now, I know when a tsvector column has an array ('a', 'b', 'c'),
tsquery ('a&c') hits the row.

But I want to search rows with considering the order of tsvector
elements.

I want to hit a row when I use 'a&b' or 'b&c' in a tsquery,
but not 'a&c'.

Is this possible?

Regards,
--
NAGAYASU Satoshi <satoshi.nagayasu@gmail.com>

pgsql-general by date:

Previous
From: Alfonso Ardila Toro
Date:
Subject: Re: [ANNOUNCE] Para participantes extranjeros en el Tercer PGDay Latinoamericano.
Next
From: Jon Smark
Date:
Subject: Re: Record with a field consisting of table rows