Re: patch: Add JSON datatype to PostgreSQL (GSoC, WIP) - Mailing list pgsql-hackers

From Itagaki Takahiro
Subject Re: patch: Add JSON datatype to PostgreSQL (GSoC, WIP)
Date
Msg-id AANLkTikCE5kxTFxdHSHtVrX3SvMLhGfJjWMXhZgK9de8@mail.gmail.com
Whole thread Raw
In response to Re: patch: Add JSON datatype to PostgreSQL (GSoC, WIP)  (Itagaki Takahiro <itagaki.takahiro@gmail.com>)
Responses Re: patch: Add JSON datatype to PostgreSQL (GSoC, WIP)
List pgsql-hackers
Hi,

Anyone working on JSON datatype?
If no, I'm going to submit simplified version of JSON datatype patch.


On Wed, Aug 25, 2010 at 2:34 PM, Itagaki Takahiro
<itagaki.takahiro@gmail.com> wrote:
> On Fri, Aug 13, 2010 at 7:33 PM, Joseph Adams
> <joeyadams3.14159@gmail.com> wrote:
>> Updated patch:  the JSON code has all been moved into core, so this
>> patch is now for a built-in data type.
>
> I think the patch can be split into two pieces:
>  1. Basic I/O support for JSON type (in/out/validate)
>  2. JSONPath support and functions for partial node management
>
> It is better to submit only 1 at first. Of course we should consider
> about JSONPath before deciding the internal representation of JSON,
> but separated patches can be easily reviewed.

--
Itagaki Takahiro


pgsql-hackers by date:

Previous
From: Rob Wultsch
Date:
Subject: Re: update on global temporary and unlogged tables
Next
From: Fujii Masao
Date:
Subject: Re: Reducing walreceiver latency with a latch