Re: Basic JSON support

From: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
To: Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Basic JSON support
Date: 2010-09-15 16:45:43
Message-ID: E50B963C-C569-4EB2-92C8-4634EDDA5717@kineticode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sep 14, 2010, at 7:32 PM, Itagaki Takahiro wrote:

> Here is a patch for basic JSON support. It adds only those features:
> * Add "json" data type, that is binary-compatible with text.
> * Syntax checking on text to JSON conversion.
> * json_pretty() -- print JSON tree with indentation.
>
> We have "JSON datatype (WIP) 01" item:
> https://commitfest.postgresql.org/action/patch_view?id=351
> but it seems too complex for me to apply all of the feature
> at once, especially JSON-Path support. So, I'd like to submit
> only basic and minimal JSON datatype support at first.

So should this be added to the commitfest, or replace this one?

Best,

David

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-09-15 16:46:07 Re: including backend ID in relpath of temp rels - updated patch
Previous Message Tom Lane 2010-09-15 16:33:52 Re: including backend ID in relpath of temp rels - updated patch