Remove extra semicolon in example
authorMagnus Hagander <[email protected]>
Mon, 13 Oct 2025 13:28:20 +0000 (15:28 +0200)
committerMagnus Hagander <[email protected]>
Mon, 13 Oct 2025 13:28:20 +0000 (15:28 +0200)
Reported-By: Pavel Luzanov <[email protected]>
Discussion: https://postgr.es/m/175976566145.768.4645962241073007347@wrigleys.postgresql.org
Backpatch-through: 18

doc/src/sgml/func.sgml

index d2b6b01777ee9ee419530b4d9fad2efaa6e42e21..6fd18fd6731c88921ce9233bbfbdc4dabd128dc1 100644 (file)
@@ -17440,7 +17440,7 @@ ERROR:  value too long for type character(2)
         <returnvalue>[{"f1":1},2,null,3]</returnvalue>
        </para>
        <para>
-        <literal>jsonb_strip_nulls('[1,2,null,3,4]', true);</literal>
+        <literal>jsonb_strip_nulls('[1,2,null,3,4]', true)</literal>
         <returnvalue>[1,2,3,4]</returnvalue>
        </para>
        </entry>