Re: json docs fix jsonb_path_exists_tz again

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Erik Rijkers <er(at)xs4all(dot)nl>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: json docs fix jsonb_path_exists_tz again
Date: 2022-09-03 00:59:30
Message-ID: YxKm8t65VVo9p4Rf@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2022-09-03 01:03:48 Re: postgres_fdw hint messages
Previous Message Nathan Bossart 2022-09-02 22:45:15 Re: Backpatching nbtree VACUUM (page deletion) hardening