new json funcs

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: new json funcs
Date: 2014-01-04 02:00:19
Message-ID: 52C76B33.1050808@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Here is a patch for the new json functions I mentioned a couple of
months ago. These are:

json_to_record
json_to_recordset
json_object
json_build_array
json_build_object
json_object_agg

So far there are no docs, but the way these work is illustrated in the
regression tests - I hope to have docs within a few days.

cheers

andrew

Attachment Content-Type Size
newjsonfuncs.patch text/x-patch 38.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2014-01-04 03:48:47 Re: INSERT...ON DUPLICATE KEY LOCK FOR UPDATE
Previous Message Gabriele Bartolini 2014-01-04 00:33:47 [PATCH] Support for pg_stat_archiver view