Re: Behaviour of to_tsquery(stopwords only)

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: PGSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Behaviour of to_tsquery(stopwords only)
Date: 2008-03-07 15:56:37
Message-ID: 47D165B5.9050101@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2008-03-07 16:01:29 Re: Commitfest status
Previous Message Bruce Momjian 2008-03-07 15:56:08 Re: psql show dbsize?