jsonb_strip_nulls() - extra semicolon in the definition
Started by PG Bug reporting form6 months ago2 messagesdocs
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]
Re: jsonb_strip_nulls() - extra semicolon in the definition
Thanks for the report -- fix pushed!
//Magnus
On Mon, 6 Oct 2025 at 18:54, PG Doc comments form <noreply@postgresql.org>
wrote:
Show quoted text
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.