Re: jsonb_strip_nulls() - extra semicolon in the definition

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: p(dot)luzanov(at)postgrespro(dot)ru, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: jsonb_strip_nulls() - extra semicolon in the definition
Date: 2025-10-13 13:30:15
Message-ID: CABUevEztqWE2JrnCO6-b3V2uP43=_L6LEkPYWzMyKM3QYx=ZEA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Thanks for the report -- fix pushed!

//Magnus

On Mon, 6 Oct 2025 at 18:54, PG Doc comments form <noreply(at)postgresql(dot)org>
wrote:

> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/18/functions-json.html
> Description:
>
> Please check the function definition[1]. Looks like it contains an extra
> semicolon:
> jsonb_strip_nulls('[1,2,null,3,4]', true); → [1,2,3,4]
>
> 1.
>
> https://www.postgresql.org/docs/18/functions-json.html#:~:text=jsonb_strip_nulls('[1%2C2%2Cnull%2C3%2C4]'%2C%20true)
> ;
>

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Magnus Hagander 2025-10-13 13:33:41 Re: CancelRequest(F) documentation.
Previous Message Oleg 2025-10-13 10:51:52 Re: Documentation improvement patch