Re: jsonb generator functions - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: jsonb generator functions
Date
Msg-id 5425D901.2070000@dunslane.net
Whole thread Raw
In response to Re: jsonb generator functions  (Peter Geoghegan <pg@heroku.com>)
List pgsql-hackers
On 09/26/2014 05:00 PM, Peter Geoghegan wrote:
> On Fri, Sep 26, 2014 at 1:54 PM, Andrew Dunstan <andrew@dunslane.net> wrote:
>> Here is a patch for the generator and aggregate functions for jsonb that we
>> didn't manage to get done in time for 9.4.
>
> That's cool, but I hope someone revisits adding a concatenate
> operator. That's a biggest omission IMHO. I'm not going to have time
> for that.
>


This patch is the work that I have publicly promised to do.

Dmitry Dolgov is in fact working on jsonb_concat(), and several other 
utility functions.

cheers

andrew



pgsql-hackers by date:

Previous
From: David Johnston
Date:
Subject: Re: proposal: rounding up time value less than its unit.
Next
From: Peter Geoghegan
Date:
Subject: Re: INSERT ... ON CONFLICT {UPDATE | IGNORE}