Re: ts_count - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: ts_count
Date
Msg-id 1307235537-sup-1699@alvh.no-ip.org
Whole thread Raw
In response to ts_count  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: ts_count
List pgsql-hackers
Excerpts from Andrew Dunstan's message of sáb jun 04 08:47:02 -0400 2011:

> A snippet from the regression test:
> 
> 
>     select ts_count(to_tsvector('managing managers manage peons managerially'),
>                      to_tsquery('managers | peon'));
>       ts_count
>     ----------
>              4

Err, shouldn't this return 5?

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: Assert failure when rechecking an exclusion constraint
Next
From: Andrew Dunstan
Date:
Subject: Re: ts_count