jsonb_set

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: jsonb_set
Date: 2015-05-26 19:34:32
Message-ID: 5564CAC8.8040701@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here is the latest version of the refinement of jsonb_replace into
jsonb_set. All known bugs have been fixed, and the only issue is the
default value of the fourth parameter. Currently it's set to false, but
I gather from the previous responses that the consensus is to make it true.

cheers

andrew

Attachment Content-Type Size
json_set2.patch text/x-patch 35.1 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Janes 2015-05-26 19:37:08 Re: optimizing vacuum truncation scans
Previous Message Alvaro Herrera 2015-05-26 19:32:42 Re: Run pgindent now?