Harmonization of json functions (SQLITE)

From: Tobias Schönit <tobias(dot)schoenit(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Harmonization of json functions (SQLITE)
Date: 2017-02-03 07:52:19
Message-ID: CA++QQJv2grUXA0tok7mMp=PdJGPDa8Vaz60bbsQtkSFS89JSyw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

I just saw on hackernews the announcement that sqlite includes a json
extension.

The proposed functions are really well documented and easy to apply and I
was wondering if postgres could extend their json functions to be similar
to those.

https://www.sqlite.org/json1.html

Some functions are similar (json_each) while others are missing in
postgresql (json_set)

Maybe it would also be a viable path to create a plugin and reuse some oft
he code from the sqlite community?

Regards,

Tobias

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2017-02-03 08:05:47 Re: Non-deterministic behavior with floating point in parallel mode
Previous Message Pavan Deolasee 2017-02-03 07:39:35 Re: Index corruption with CREATE INDEX CONCURRENTLY