Re: pgsql: Add a non-strict version of jsonb_set

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, Robert Haas <robertmhaas(at)gmail(dot)com>, Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>, David Fetter <david(at)fetter(dot)org>, pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Add a non-strict version of jsonb_set
Date: 2020-01-29 15:28:51
Message-ID: 13104.1580311731@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Michael Paquier <michael(at)paquier(dot)xyz> writes:
> On Wed, Jan 29, 2020 at 09:54:23AM +0100, Magnus Hagander wrote:
>> We'd also have to come to this magic actual agreement on which such
>> fields we *want* :) Which alone would be an improvement.

> Well, there has been some discussion about this matter on the lists
> not so long ago:
> https://www.postgresql.org/message-id/CABUevEzauoMm3irCyg4s=vUX5hUcKmTW_R69fiKS4+72gzyAOw@mail.gmail.com
> https://www.postgresql.org/message-id/CA+hUKGJR+YtZUdq9_6cFsqCRH_fvfumdDZgmiLwXBHCrTJUGmw@mail.gmail.com
> And it seems to me that the only consensus we reached was about having
> "Discussion:", while the other tags were not that popular.

Yeah, that's my understanding of the state of affairs too:
a Discussion: link is expected if relevant, but whether you want to
express other info as a tag or free text is committer's choice.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2020-01-29 15:53:06 pgsql: Add jsonapi.c to Mkvcbuild.pm's @pgcommonallfiles.
Previous Message Robert Haas 2020-01-29 15:26:29 pgsql: Move jsonapi.c and jsonapi.h to src/common.