public inbox for [email protected]
help / color / mirror / Atom feedjsonb_strip_nulls() - extra semicolon in the definition
2+ messages / 2 participants
[nested] [flat]
* jsonb_strip_nulls() - extra semicolon in the definition
@ 2025-10-06 15:47 PG Doc comments form <[email protected]>
2025-10-13 13:30 ` Re: jsonb_strip_nulls() - extra semicolon in the definition Magnus Hagander <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: PG Doc comments form @ 2025-10-06 15:47 UTC (permalink / raw)
To: [email protected]; +Cc: [email protected]
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);
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: jsonb_strip_nulls() - extra semicolon in the definition
2025-10-06 15:47 jsonb_strip_nulls() - extra semicolon in the definition PG Doc comments form <[email protected]>
@ 2025-10-13 13:30 ` Magnus Hagander <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Magnus Hagander @ 2025-10-13 13:30 UTC (permalink / raw)
To: [email protected]; [email protected]
Thanks for the report -- fix pushed!
//Magnus
On Mon, 6 Oct 2025 at 18:54, PG Doc comments form <[email protected]>
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)
> ;
>
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2025-10-13 13:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-10-06 15:47 jsonb_strip_nulls() - extra semicolon in the definition PG Doc comments form <[email protected]>
2025-10-13 13:30 ` Magnus Hagander <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox