The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/15/index.html
Description:
There is a bug in the documentation on the link
https://www.postgresql.org/docs/current/datatype-textsearch.html
postgres does not get stemmed to postgrby :to_
Maybe the documentation could say that it is assumed that the database
is configured with
default_text_search_config = 'english'
in the configuration file.
In case of my distribution, the parameter was set to 'pg_catalog.simple'.
/etc/postgresql//main/postgresql.conf
default_text_sear