Re: integrated tsearch doesn't work with non utf8 database - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: integrated tsearch doesn't work with non utf8 database
Date
Msg-id 46E56EF6.2090902@sigaev.ru
Whole thread Raw
In response to Re: integrated tsearch doesn't work with non utf8 database  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: integrated tsearch doesn't work with non utf8 database
List pgsql-hackers
> I think Teodor's solution is wrong as it stands, because if the subquery
> finds matches for mapcfg and maptokentype, but none of those rows
> produce a non-null ts_lexize result, it will instead emit one row with a
> null result, which is not what should happen. But concatenation with NULL will have result NULL, so "Lexized token"
column
 
will have NULL as supposed.
-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: integrated tsearch doesn't work with non utf8 database
Next
From: Tom Lane
Date:
Subject: Re: invalidly encoded strings