Re: patch: Add JSON datatype to PostgreSQL (GSoC, WIP)

From: Andres Freund <andres(at)anarazel(dot)de>
To: Joseph Adams <joeyadams3(dot)14159(at)gmail(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: patch: Add JSON datatype to PostgreSQL (GSoC, WIP)
Date: 2010-07-25 00:22:36
Message-ID: 20100725002235.GA1485@anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Jul 24, 2010 at 06:57:18PM -0400, Joseph Adams wrote:
> A particularly useful aspect of the JSON support is the ability to
> convert PostgreSQL arrays to JSON arrays (using to_json ), as there
> currently isn't any streamlined way to parse arrays in the PostgreSQL
> format client-side (that I know of).
I really would like to address the latter issue some day. I don't know
how many broken implementations I have seen in my, not that long, time
using pg, but it sure is 10+. I also knowingly have written dumbed
down versions.

Andres

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message James William Pye 2010-07-25 02:03:20 Re: [HACKERS] Trouble with COPY IN
Previous Message Joseph Adams 2010-07-24 22:57:18 Re: patch: Add JSON datatype to PostgreSQL (GSoC, WIP)