Re: additional json functionality - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: additional json functionality
Date
Msg-id 5286BFD8.7040603@dunslane.net
Whole thread Raw
In response to Re: additional json functionality  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
On 11/15/2013 07:32 PM, Josh Berkus wrote:
> On 11/15/2013 04:00 PM, David Johnston wrote:
>> Looking at this a different way: could we just implement BSON and leave json
>> alone?
>>
>> http://bsonspec.org/
> In short?  No.
>
> For one thing, our storage format is different from theirs (better,
> frankly), and as a result is not compliant with their "standard".
>
> That's a reason why we won't use the name BSON, either, since it's a
> trademark of 10gen.
>


What is more, it has restrictions which we do not wish to have. See for 
example its treatment of numerics.

cheers

andrew



pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: additional json functionality
Next
From: Tom Lane
Date:
Subject: Re: The number of character limitation of custom script on pgbench