vicreal

Results 2 issues of vicreal

It would be useful to add the ability to compress and decompress data in raw deflate-mode (without headers and wrapper) like the gzdeflate($string, $level, ZLIB_ENCODING_RAW) function in PHP: ``` $compressed...

``` 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...