Re: Behaviour of to_tsquery(stopwords only)

From: Richard Huxton <dev(at)archonet(dot)com>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: PGSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Behaviour of to_tsquery(stopwords only)
Date: 2008-03-06 18:10:30
Message-ID: 47D03396.1080000@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2008-03-06 18:45:34 Re: CopyReadLineText optimization
Previous Message Tom Lane 2008-03-06 18:09:32 Re: Intended behaviour of SET search_path with SQL functions?