BUG #4148: tsearch related issue

From: "" <dksingh(dot)engineer(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #4148: tsearch related issue
Date: 2008-05-07 08:37:13
Message-ID: 200805070837.m478bDCo065815@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 4148
Logged by:
Email address: dksingh(dot)engineer(at)gmail(dot)com
PostgreSQL version: 8.3
Operating system: windows xp
Description: tsearch related issue
Details:

Hi,
I'm using tsearch in my application.
for query SELECT to_tsvector('surprise') it's showing result as 'surpris':1
but when I try to search this word its returning false.

SELECT to_tsvector('surprise') @@ to_tsquery('surpris');

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Eugen.Konkov 2008-05-07 11:09:33 BUG: aliases does not work ((
Previous Message Bruce Momjian 2008-05-07 04:12:36 Re: [BUGS] BUG #3975: tsearch2 index should not bomb out of 1Mb limit