Re: jsonb generator functions - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: jsonb generator functions
Date
Msg-id 543BD598.4020809@dunslane.net
Whole thread Raw
In response to jsonb generator functions  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: jsonb generator functions
List pgsql-hackers
On 09/26/2014 04:54 PM, Andrew Dunstan 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. They are all
> equivalents of the similarly names json functions. Included are
>
>     to_jsonb
>     jsonb_build_object
>     jsonb_build_array
>     jsonb_object
>     jsonb_agg
>     jsonb_object_agg
>
>
> Still to come: documentation.
>
> Adding to the next commitfest.


Revised patch to fix compiler warnings.

cheers

andrew



Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: split builtins.h to quote.h
Next
From: Andrew Dunstan
Date:
Subject: Re: JsonbValue to Jsonb conversion