Re: [PATCH] few fts functions for jsonb

From: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>
To: Oleg Bartunov <obartunov(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] few fts functions for jsonb
Date: 2017-03-10 16:13:41
Message-ID: CA+q6zcX0KWMXKzm1ujQ74nO4W1=bqq3LsHQMOy9U3rdma9izhw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 28 February 2017 at 19:21, Oleg Bartunov <obartunov(at)gmail(dot)com> wrote:
> 1. add json support

I've added json support for all functions.

> Its_headline should returns the original json with highlighting

Yes, I see now. I don't think it's worth it to add a special option for that
purpose, so I've just changed the implementation to return the original
json(b).

Attachment Content-Type Size
jsonb_fts_v2.patch text/x-patch 32.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Euler Taveira 2017-03-10 16:17:33 Re: Upgrading postmaster's log messages about bind/listen errors
Previous Message Magnus Hagander 2017-03-10 15:52:47 Re: Need a builtin way to run all tests faster manner