Re: json api WIP patch

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: json api WIP patch
Date: 2013-01-04 20:23:58
Message-ID: 50E73A5E.5080201@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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(at)dunslane(dot)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.

cheers

andrew

Attachment Content-Type Size
jsonapi2.patch text/x-patch 90.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2013-01-04 20:26:02 Re: Print b-tree tuples
Previous Message Heikki Linnakangas 2013-01-04 20:23:37 Re: dynamic SQL - possible performance regression in 9.2