to_tsvector() chopping off trailing 's' characters

Поиск
Список
Период
Сортировка
От Wells Oliver
Тема to_tsvector() chopping off trailing 's' characters
Дата
Msg-id CAOC+FBWAsQy7Gb57xqx8NVo3A5xq_zdrF6FuXXZ_AgmiSfMBeQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: to_tsvector() chopping off trailing 's' characters  (Wells Oliver <wells.oliver@gmail.com>)
Список pgsql-admin
I don't understand this behavior in 12 (worked in 9.6), but:

select 'Thames', to_tsvector('John Thames');

Gives you a vector of: 'john':1 'thame':2

And searching for the full 'Thames' returns no results.

What's happening here?

--

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

Предыдущее
От: Keith
Дата:
Сообщение: Re: Moving from PG 9-era table inheritance to PG 12 range partioning
Следующее
От: Wells Oliver
Дата:
Сообщение: Re: to_tsvector() chopping off trailing 's' characters