BUG #11660: TSVector not returning partial match on word "out"

Поиск
Список
Период
Сортировка
От david.g.levy@gmail.com
Тема BUG #11660: TSVector not returning partial match on word "out"
Дата
Msg-id 20141013004742.25461.98283@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #11660: TSVector not returning partial match on word "out"
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      11660
Logged by:          David Levy
Email address:      david.g.levy@gmail.com
PostgreSQL version: 9.3.5
Operating system:   Windows 8 and RH Linux
Description:

I'm guessing that "out" is some kind of internal reserved word - I can't
find any documentation on this so submitting a bug until it can be
clarified/specified behavior:

-- First example returns true.
select to_tsvector('monkey outbreak') @@ to_tsquery('mon:*');

-- Second example returns false (bug?)
select to_tsvector('monkey outbreak') @@ to_tsquery('out:*');

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Steven Siebert
Дата:
Сообщение: Re: BUG #10680: LDAP bind password leaks to log on failed authentication
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #11660: TSVector not returning partial match on word "out"