Re: json api WIP patch
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Robert Haas <robertmhaas@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2013-01-04T20:36:07Z
Lists: pgsql-hackers
Hello 2013/1/4 Andrew Dunstan <andrew@dunslane.net>: > > On 01/02/2013 05:51 PM, Andrew Dunstan wrote: >> >> >> On 01/02/2013 04:45 PM, Robert Haas wrote: >>> >>> On Wed, Dec 26, 2012 at 3:33 PM, Andrew Dunstan <andrew@dunslane.net> >>> wrote: >>>> >>>> Here is a patch for the first part of the JSON API that was recently >>>> discussed. It includes the json parser hook infrastructure and >>>> functions >>>> for json_get and friends, plus json_keys. > > > > Udated patch that contains most of the functionality I'm after. One piece > left is populate_recordset (populate a set of records from a single json > datum which is an array of objects, in one pass). That requires a bit of > thought. > > I hope most of the whitespace issues are fixed. > it is looking well I have one note - is it "json_each" good name? Regards Pavel > cheers > > andrew > > > -- > Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-hackers >