Re: jsonb generator functions

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Peter Geoghegan <pg(at)heroku(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: jsonb generator functions
Date: 2014-09-26 21:22:09
Message-ID: 5425D901.2070000@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 09/26/2014 05:00 PM, Peter Geoghegan wrote:
> On Fri, Sep 26, 2014 at 1:54 PM, Andrew Dunstan <andrew(at)dunslane(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2014-09-26 21:40:27 Re: INSERT ... ON CONFLICT {UPDATE | IGNORE}
Previous Message David Johnston 2014-09-26 21:16:55 Re: proposal: rounding up time value less than its unit.