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;
default
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
sin
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 list