Re: json docs fix jsonb_path_exists_tz again

Andrew Dunstan <andrew@dunslane.net>

From: Andrew Dunstan <andrew@dunslane.net>
To: Michael Paquier <michael@paquier.xyz>, Erik Rijkers <er@xs4all.nl>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2022-09-03T14:01:25Z
Lists: pgsql-hackers
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




Commits

  1. doc: Fix two queries related to jsonb functions