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 [email protected]
Whole thread Raw
In response to Re: Behaviour of to_tsquery(stopwords only)  (Richard Huxton <[email protected]>)
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: [email protected]
  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