Re: [HACKERS] Using HStore type in TSearch

2010-03-29 Thread Łukasz Dejneka
2010/3/29 Tom Lane > =?ISO-8859-2?Q?=A3ukasz_Dejneka?= writes: > > What I want to do is to use HStore data type (namely the HStore keys) in > > TSearch. I don't want use TSVector and the original ts_match_vq function, > > because I want to be able to control exact values that are passed to the >

Re: [HACKERS] Using HStore type in TSearch

2010-03-29 Thread Tom Lane
=?ISO-8859-2?Q?=A3ukasz_Dejneka?= writes: > What I want to do is to use HStore data type (namely the HStore keys) in > TSearch. I don't want use TSVector and the original ts_match_vq function, > because I want to be able to control exact values that are passed to the > search and not use their lex

[HACKERS] Using HStore type in TSearch

2010-03-29 Thread Łukasz Dejneka
Hi, I've asked this question in novice group and another Postgres forum, but didn't get any help. What I want to do is to use HStore data type (namely the HStore keys) in TSearch. I don't want use TSVector and the original ts_match_vq function, because I want to be able to control exact values th