Re: Behaviour of to_tsquery(stopwords only) - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: Behaviour of to_tsquery(stopwords only)
Date
Msg-id 47D165B5.9050101@sigaev.ru
Whole thread Raw
In response to Re: Behaviour of to_tsquery(stopwords only)  (Richard Huxton <dev@archonet.com>)
List pgsql-hackers
Fixed for CVS HEAD and 8.3, will fix for previous versions too.

Richard Huxton wrote:
> Teodor Sigaev wrote:
>>>
>>> So - is this a bug, feature, "feature"?
>>
>> It's definitely a bug:
>> select count(*), query from queries group by query;
>>  count |  query
>> -------+----------
>>      3 | 'tender'
>>      4 | 'tender'
>>      4 | 'tender'
>> (3 rows)
>>
>> Will fix it soon.
> 
> Ah, smashing.
> 

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: psql show dbsize?
Next
From: Bruce Momjian
Date:
Subject: Re: Commitfest status