jsonb generator functions - Mailing list pgsql-hackers

From Andrew Dunstan
Subject jsonb generator functions
Date
Msg-id 5425D277.4030804@dunslane.net
Whole thread Raw
Responses Re: jsonb generator functions
Re: jsonb generator functions
List pgsql-hackers
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.

cheers

andrew

Attachment

pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: proposal: rounding up time value less than its unit.
Next
From: Peter Geoghegan
Date:
Subject: Re: jsonb generator functions