json-patch support?

From: Deven Phillips <deven(dot)phillips(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: json-patch support?
Date: 2015-03-27 16:56:25
Message-ID: CAJw+4NAK6hiOnyprFwV882Lv+Ct5wsPsZrmiC=kD6-nqTdnM8w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Are there any plans or ideas about implement JSON Patch (
http://jsonpatch.com/) support for PostgreSQL? We deal with some relatively
large JSON documents for our in-house application and it is often better to
just send a json-patch update rather than the full document. It would be
very nice if we could just select for the changes via a trigger and use
NOTIFY to tell our application about a patch. If nobody has discussed it
previously, perhaps I will look into implementing it myself.

Thanks in advance,

Deven

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2015-03-27 17:12:59 Re: 9.4+ partial log-shipping possible?
Previous Message Vincent Veyron 2015-03-27 16:37:42 Re: Populating missing dates in postgresql data