| From: | Dmitry Dolgov <9erthalion6(at)gmail(dot)com> |
|---|---|
| To: | Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com> |
| Cc: | Oleg Bartunov <obartunov(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: [PATCH] few fts functions for jsonb |
| Date: | 2017-03-21 22:28:26 |
| Message-ID: | CA+q6zcV=K6pdc+n4A_9TWoEHTnxK0a7tK-eDA_Yqm10wDm7LuA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> On 21 March 2017 at 03:03, Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
wrote:
>
> However, I think it should probably be broken up into a couple of pieces -
> one for the generic json/jsonb transforms infrastructure (which probably
> needs some more comments) and one for the FTS functions that will use it.
Sure, here are two patches with separated functionality and a bit more
commentaries for the transform functions.
| Attachment | Content-Type | Size |
|---|---|---|
| jsonb_fts_support_v1.patch | text/x-patch | 9.1 KB |
| jsonb_fts_functions_v1.patch | text/x-patch | 23.8 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Mark Dilger | 2017-03-21 22:52:10 | Re: cast result of copyNode() |
| Previous Message | Andrew Dunstan | 2017-03-21 22:27:44 | Re: PL/Python: Add cursor and execute methods to plan object |