Re: [HACKERS] Flexible configuration for full-text search - Mailing list pgsql-hackers

From Arthur Zakirov
Subject Re: [HACKERS] Flexible configuration for full-text search
Date
Msg-id 20171221144641.GA26615@zakirov.localdomain
Whole thread Raw
In response to Re: [HACKERS] Flexible configuration for full-text search  (Aleksandr Parfenov <a.parfenov@postgrespro.ru>)
Responses Re: [HACKERS] Flexible configuration for full-text search  (Aleksandr Parfenov <a.parfenov@postgrespro.ru>)
List pgsql-hackers
Hello,

On Tue, Dec 19, 2017 at 05:31:09PM +0300, Aleksandr Parfenov wrote:
> 
> The new version of the patch is in attachment as well as a
> little README file with a description of changes in each file. Any
> feedback is welcome.
> 

I looked the patch a little bit. The patch is applied and tests passed.

I noticed that there are typos in the documentation. And I think it is necessary to keep information about previous
sintax.The syntax will be supported anyway. For example, information about TSL_FILTER was removed. And it will be good
toadd more examples of the new syntax.
 

The result of ts_debug() function was changed. Is it possible to keep the old ts_debug() result? To be specific,
'dictionaries'column is text now, not array, as I understood. It will be good to keep the result for the sake of
backwardcompatibility.
 

-- 
Arthur Zakirov
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: The pg_indent on on ftp is outdated
Next
From: Alvaro Herrera
Date:
Subject: Re: != should give error?