From: Magnus Hagander Date: Mon, 13 Oct 2025 13:28:20 +0000 (+0200) Subject: Remove extra semicolon in example X-Git-Tag: REL_18_1~93 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=656736402f54f840a90acfae7db826c53d0a8b1d;p=postgresql.git Remove extra semicolon in example Reported-By: Pavel Luzanov Discussion: https://postgr.es/m/175976566145.768.4645962241073007347@wrigleys.postgresql.org Backpatch-through: 18 --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index d2b6b01777e..6fd18fd6731 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -17440,7 +17440,7 @@ ERROR: value too long for type character(2) [{"f1":1},2,null,3] - jsonb_strip_nulls('[1,2,null,3,4]', true); + jsonb_strip_nulls('[1,2,null,3,4]', true) [1,2,3,4]