Re: [HACKERS] SQL/JSON in PostgreSQL - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: [HACKERS] SQL/JSON in PostgreSQL
Date
Msg-id CAFj8pRD7xS7bQCwh4jZgu3=sRL2Ai1CdcDER_QMCQe7E=zL0KQ@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] SQL/JSON in PostgreSQL  (Nico Williams <nico@cryptonector.com>)
List pgsql-hackers


2017-03-13 7:24 GMT+01:00 Nico Williams <nico@cryptonector.com>:
On Thu, Mar 09, 2017 at 07:12:07PM +0100, Sven R. Kunze wrote:
> From my day-to-day work I can tell, the date(time) type is the only missing
> piece of JSON to make it perfect for business applications (besides, maybe,
> a "currency" type).

And a binary type.  And a chunked-string type (to avoid having to escape
strings).  And an interval type.  And...

It is designed/born be simple - if you need some more complex, then you can use XML with schema, ...

Pavel

pgsql-hackers by date:

Previous
From: Nico Williams
Date:
Subject: Re: [HACKERS] SQL/JSON in PostgreSQL
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] Speedup twophase transactions