pg_tsparser
pg_tsparser copied to clipboard
pg_tsparser - parser for text search
``` CREATE EXTENSION pg_tsparser; CREATE TEXT SEARCH CONFIGURATION public.ts_config_test (PARSER = tsparser); SELECT ts_headline('vp_ts_config_test', 'one.two', websearch_to_tsquery('three'), 'HighlightAll=TRUE, StartSel="", StopSel=""'); ``` Result: one.twoone.two Must be: one.two Environment: Windows 10 + PostgreSQL...
…=C for 16+ See the commit f413941f41d370a7893caa3e6ed384b89a0577fd (Fix t_isspace(), etc., when datlocprovider=i and datctype=C.) in PostgreSQL 16+. A fix for previous major versions will be added later.
It would be nice to be able to install this extension from apt (https://wiki.postgresql.org/wiki/Apt).
Tags: icu, pg_tsparser