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
Список 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 по дате отправления: