Re: new function for tsquery creartion - Mailing list pgsql-hackers

From Dmitry Ivanov
Subject Re: new function for tsquery creartion
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: new function for tsquery creartion  (Dmitry Ivanov <[email protected]>)
Responses Re: new function for tsquery creartion
List pgsql-hackers
Hi everyone,

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.

-- 
Dmitry Ivanov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
Attachment

pgsql-hackers by date:

Previous
From: Nikhil Sontakke
Date:
Subject: Re: [HACKERS] logical decoding of two-phase transactions
Next
From: Tomas Vondra
Date:
Subject: Re: [HACKERS] [PATCH] Incremental sort