Re: vectorization is not helping with plural to singular matching

2022-01-03 Thread Tom Lane
PG Doc comments form writes: > SELECT to_tsvector('fat cats ate fat rats') @@ to_tsquery('fat & rat'); > This is giving false, even I tried for various other examples for plural to > singular matching but it fails. The case works for me, but I have =# show default_text_search_config;

vectorization is not helping with plural to singular matching

2022-01-03 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/textsearch-intro.html Description: SELECT to_tsvector('fat cats ate fat rats') @@ to_tsquery('fat & rat'); This is giving false, even I tried for various other examples for plural to

Re: Typo in "27.2.8. Synchronous Replication"

2022-01-03 Thread Eric Mutta
Hi Magnus, happy new year! Thanks for pushing the fix. Coming from an SQL Server background where the docs are hosted on GitHub and minor changes like this can be made by simply submitting a pull request, I am wondering is there anything similar for the Postgres docs? Going through a mailing