BUG #11660: TSVector not returning partial match on word "out"

From: david(dot)g(dot)levy(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #11660: TSVector not returning partial match on word "out"
Date: 2014-10-13 00:47:42
Message-ID: 20141013004742.25461.98283@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 11660
Logged by: David Levy
Email address: david(dot)g(dot)levy(at)gmail(dot)com
PostgreSQL version: 9.3.5
Operating system: Windows 8 and RH Linux
Description:

I'm guessing that "out" is some kind of internal reserved word - I can't
find any documentation on this so submitting a bug until it can be
clarified/specified behavior:

-- First example returns true.
select to_tsvector('monkey outbreak') @@ to_tsquery('mon:*');

-- Second example returns false (bug?)
select to_tsvector('monkey outbreak') @@ to_tsquery('out:*');

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message michael 2014-10-13 11:05:42 BUG #11661: CASE ELSE is evaluated although condition is true
Previous Message Steven Siebert 2014-10-13 00:31:54 Re: BUG #10680: LDAP bind password leaks to log on failed authentication