Thread

Commits

  1. doc: Fix two queries related to jsonb functions

  1. json docs fix jsonb_path_exists_tz again

    Erik Rijkers <er@xs4all.nl> — 2022-09-02T14:25:38Z

    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
  2. Re: json docs fix jsonb_path_exists_tz again

    Michael Paquier <michael@paquier.xyz> — 2022-09-03T00:59:30Z

    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
    
  3. Re: json docs fix jsonb_path_exists_tz again

    Andrew Dunstan <andrew@dunslane.net> — 2022-09-03T14:01:25Z

    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
    
    
    
    
    
  4. Re: json docs fix jsonb_path_exists_tz again

    Michael Paquier <michael@paquier.xyz> — 2022-09-04T05:40:58Z

    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