jsonb generator functions

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: jsonb generator functions
Date: 2014-09-26 20:54:15
Message-ID: 5425D277.4030804@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
jsonbmissingfuncs2.patch text/x-patch 57.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2014-09-26 21:00:01 Re: jsonb generator functions
Previous Message Alvaro Herrera 2014-09-26 20:09:48 Re: proposal: rounding up time value less than its unit.