Re: additional json functionality

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Josh Berkus <josh(at)agliodbs(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: additional json functionality
Date: 2013-11-18 14:13:30
Message-ID: 528A208A.2050504@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 11/15/13, 6:15 PM, Josh Berkus wrote:
> Thing is, I'm not particularly concerned about *Merlin's* specific use
> case, which there are ways around. What I am concerned about is that we
> may have users who have years of data stored in JSON text fields which
> won't survive an upgrade to binary JSON, because we will stop allowing
> certain things (ordering, duplicate keys) which are currently allowed in
> those columns. At the very least, if we're going to have that kind of
> backwards compatibilty break we'll want to call the new version 10.0.

We could do something like SQL/XML and specify the level of "validity"
in a typmod, e.g., json(loose), json(strict), etc.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sev Zaslavsky 2013-11-18 14:15:39 Re: LISTEN / NOTIFY enhancement request for Postgresql
Previous Message Fabrízio de Royes Mello 2013-11-18 14:00:48 Re: Patch to add support of "IF NOT EXISTS" to others "CREATE" statements