new json funcs - Mailing list pgsql-hackers

From Andrew Dunstan
Subject new json funcs
Date
Msg-id 52C76B33.1050808@dunslane.net
Whole thread Raw
Responses Re: new json funcs
Re: new json funcs
List 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

pgsql-hackers by date:

Previous
From: Gabriele Bartolini
Date:
Subject: [PATCH] Support for pg_stat_archiver view
Next
From: Peter Geoghegan
Date:
Subject: Re: INSERT...ON DUPLICATE KEY LOCK FOR UPDATE