Re: additional json functionality

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: David Johnston <polobo(at)yahoo(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: additional json functionality
Date: 2013-11-19 19:02:28
Message-ID: 528BB5C4.5020201@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 11/19/2013 01:43 PM, David Johnston wrote:

>
> I have not really pondered storing scalars into jsonb but before pondering
> usability are there any technical concerns. If the goal is to share the
> backend with hstore then current hstore does not allow for this and so the
> json aspect would either transfer back over or it would need customized
> code.
>

Your premise here is simply wrong. The new hstore code does support
scalar root elements.

cheers

andew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2013-11-19 19:08:00 Re: Data corruption issues using streaming replication on 9.0.14/9.2.5/9.3.1
Previous Message David Johnston 2013-11-19 18:59:27 Re: additional json functionality