Re: JSON Patch for PostgreSQL - BSON Support?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: JSON Patch for PostgreSQL - BSON Support?
Date: 2010-08-17 00:38:36
Message-ID: 4C69DA0C.7010403@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> but BSON pidgenholes numeric values to either double, int32, int64, or
> a 12-byte MongoDB Object ID. Thus, for people who expect JSON to be
> able to hold arbitrary-precision numbers (which the JSON data type in
> my patch can), using BSON for transfer or storage will violate that
> expectation.

Good lord. I'd suggest that maybe we wait for BSON v. 2.0 instead.

Is BSON even any kind of a standard?

--
-- Josh Berkus
PostgreSQL Experts Inc.
http://www.pgexperts.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-08-17 00:48:52 Re: Todays git migration results
Previous Message KaiGai Kohei 2010-08-17 00:31:45 Re: security label support, part.2