Thread
Commits
-
Remove extra semicolon in example
- 656736402f54 18.1 landed
- e062af861b45 19 (unreleased) landed
-
jsonb_strip_nulls() - extra semicolon in the definition
The Post Office <noreply@postgresql.org> — 2025-10-06T15:47:41Z
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); -
Re: jsonb_strip_nulls() - extra semicolon in the definition
Magnus Hagander <magnus@hagander.net> — 2025-10-13T13:30:15Z
Thanks for the report -- fix pushed! //Magnus On Mon, 6 Oct 2025 at 18:54, PG Doc comments form <noreply@postgresql.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) > ; >