Re: new function for tsquery creartion
Dmitry Ivanov <d.ivanov@postgrespro.ru>
From: Dmitry Ivanov <d.ivanov@postgrespro.ru>
To: Aleksandr Parfenov <a.parfenov@postgrespro.ru>
Cc: Aleksander Alekseev <a.alekseev@postgrespro.ru>, Thomas Munro
<thomas.munro@enterprisedb.com>, David Steele <david@pgmasters.net>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2018-04-03T11:28:37Z
Lists: pgsql-hackers
Attachments
- websearch_to_tsquery_v7.diff (text/x-diff) patch v7
> The code in its current state looks messy and way too complicated; > there're lots of interleaving code branches. Thus, I decided to split > gettoken_query() into three independent tokenizers for phrase, web and > original (to_tsquery()) syntaxes. Documentation is included. Any > feedback is very welcome. I'm sorry, I totally forgot to fix a few more things, the patch is attached below. -- Dmitry Ivanov Postgres Professional: http://www.postgrespro.com The Russian Postgres Company
Commits
-
Add websearch_to_tsquery
- 1664ae1978bf 11.0 landed
-
Add psql variables to track success/failure of SQL queries.
- 69835bc89888 11.0 cited
-
Wording improvements
- f5f1355dc4dc 8.3.0 cited