jsonb_strip_nulls() - extra semicolon in the definition

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: p(dot)luzanov(at)postgrespro(dot)ru
Subject: jsonb_strip_nulls() - extra semicolon in the definition
Date: 2025-10-06 15:47:41
Message-ID: 175976566145.768.4645962241073007347@wrigleys.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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);

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Shinya Kato 2025-10-07 12:27:18 doc: Fix missing closing parentheses in monitoring.sgml
Previous Message Daniel Gustafsson 2025-10-06 12:08:23 Re: Little Typo on Presskit 18