[GENERAL]

2014-06-17 Thread Severn, Chris
unsubcribe

[GENERAL]

2014-06-16 Thread Severn, Chris
unsubscribe

Re: [GENERAL] ts_tovector() to_query()

2013-03-29 Thread Severn, Chris
ssage- From: dep...@depesz.com [mailto:dep...@depesz.com] Sent: Friday, March 29, 2013 7:59 AM To: Severn, Chris Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] ts_tovector() to_query() On Thu, Mar 28, 2013 at 08:50:50PM +, Severn, Chris wrote: > What I want to do is return items

[GENERAL] subscribe

2013-03-28 Thread Severn, Chris

[GENERAL] ts_tovector() to_query()

2013-03-28 Thread Severn, Chris
I have a statement that is like this SELECT m.* FROM movies m WHERE to_tsvector(m.item_title) @@ to_tsquery('Robocop|DVD|Collection') this works, but it correctly returns all the matching records that have any of the query items in them. What I want to do is return items that have 'Robocop' or