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: Wed, 7 May 2008 08:37:13 GMT
- Message-id: <200805070837(dot)m478bDCo065815(at)wwwmaster(dot)postgresql(dot)org>
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');
Home |
Main Index |
Thread Index