Re: pgsql: Add websearch_to_tsquery
От | Teodor Sigaev |
---|---|
Тема | Re: pgsql: Add websearch_to_tsquery |
Дата | |
Msg-id | 1f2dd573-4b80-1527-1a4a-610cdf464b44@sigaev.ru обсуждение исходный текст |
Ответ на | pgsql: Add websearch_to_tsquery (Teodor Sigaev <teodor@sigaev.ru>) |
Список | pgsql-committers |
Miss russion characters in tests, removing Teodor Sigaev wrote: > Add websearch_to_tsquery > > Error-tolerant conversion function with web-like syntax for search query, > it simplifies constraining search engine with close to habitual interface for > users. > > Bump catalog version > > Authors: Victor Drobny, Dmitry Ivanov with editorization by me > Reviewed by: Aleksander Alekseev, Tomas Vondra, Thomas Munro, Aleksandr Parfenov > Discussion: https://www.postgresql.org/message-id/flat/fe931111ff7e9ad79196486ada79e268@postgrespro.ru > > Branch > ------ > master > > Details > ------- > https://git.postgresql.org/pg/commitdiff/1664ae1978bf0f5ee940dc2fc8313e6400a7e7da > > Modified Files > -------------- > doc/src/sgml/func.sgml | 12 + > doc/src/sgml/textsearch.sgml | 92 ++++++- > src/backend/tsearch/to_tsany.c | 38 ++- > src/backend/utils/adt/tsquery.c | 390 ++++++++++++++++++++++------- > src/backend/utils/adt/tsvector.c | 2 +- > src/backend/utils/adt/tsvector_parser.c | 36 ++- > src/include/catalog/catversion.h | 2 +- > src/include/catalog/pg_proc.h | 4 + > src/include/tsearch/ts_utils.h | 26 +- > src/test/regress/expected/tsearch.out | 423 ++++++++++++++++++++++++++++++++ > src/test/regress/sql/tsearch.sql | 94 +++++++ > 11 files changed, 1000 insertions(+), 119 deletions(-) > -- Teodor Sigaev E-mail: teodor@sigaev.ru WWW: http://www.sigaev.ru/
В списке pgsql-committers по дате отправления: