Re: [COMMITTERS] pgsql: Full Text Search support for json and jsonb

2017-04-01 Thread Andrew Dunstan
On 03/31/2017 02:38 PM, Tom Lane wrote: > Andrew Dunstan writes: >> Full Text Search support for json and jsonb >> The new functions are ts_headline() and to_tsvector. > Should this not have included a catversion bump? > > Oops, you're right. I see there have been severa

Re: [COMMITTERS] pgsql: Full Text Search support for json and jsonb

2017-03-31 Thread Tom Lane
Andrew Dunstan writes: > Full Text Search support for json and jsonb > The new functions are ts_headline() and to_tsvector. Should this not have included a catversion bump? regards, tom lane -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To

[COMMITTERS] pgsql: Full Text Search support for json and jsonb

2017-03-31 Thread Andrew Dunstan
Full Text Search support for json and jsonb The new functions are ts_headline() and to_tsvector. Dmitry Dolgov, edited and documented by me. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e306df7f9cd6b4433273e006df11bdc966b7079e Modified Files -- doc/s