Thread: json docs fix jsonb_path_exists_tz again

json docs fix jsonb_path_exists_tz again

From
Erik Rijkers
Date:
In funcs.sgml, the value fed into jsonb_path_exists_tz was wrong; fixed 
as attached.
(was inadvertently reverted with the big JSON revert)

Erik Rijkers
Attachment

Re: json docs fix jsonb_path_exists_tz again

From
Michael Paquier
Date:
On Fri, Sep 02, 2022 at 04:25:38PM +0200, Erik Rijkers wrote:
> In funcs.sgml, the value fed into jsonb_path_exists_tz was wrong; fixed as
> attached.
>
> (was inadvertently reverted with the big JSON revert)

Yeah, good catch.  This comes from 2f2b18b.  There is a second
inconsistency with jsonb_set_lax().  I'll go fix both.
--
Michael

Attachment

Re: json docs fix jsonb_path_exists_tz again

From
Andrew Dunstan
Date:
On 2022-09-02 Fr 20:59, Michael Paquier wrote:
> On Fri, Sep 02, 2022 at 04:25:38PM +0200, Erik Rijkers wrote:
>> In funcs.sgml, the value fed into jsonb_path_exists_tz was wrong; fixed as
>> attached.
>>
>> (was inadvertently reverted with the big JSON revert)
> Yeah, good catch.  This comes from 2f2b18b.  There is a second
> inconsistency with jsonb_set_lax().  I'll go fix both.


Thanks for fixing, you beat me to it.


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com




Re: json docs fix jsonb_path_exists_tz again

From
Michael Paquier
Date:
On Sat, Sep 03, 2022 at 10:01:25AM -0400, Andrew Dunstan wrote:
> Thanks for fixing, you beat me to it.

No problem, I was just passing by :)
--
Michael

Attachment