mirror of
https://github.com/postgres/postgres.git
synced 2025-10-13 18:28:01 +03:00
Remove extra semicolon in example
Reported-By: Pavel Luzanov <p.luzanov@postgrespro.ru> Discussion: https://postgr.es/m/175976566145.768.4645962241073007347@wrigleys.postgresql.org Backpatch-through: 18
This commit is contained in:
@@ -1593,7 +1593,7 @@ ERROR: value too long for type character(2)
|
|||||||
<returnvalue>[{"f1":1},2,null,3]</returnvalue>
|
<returnvalue>[{"f1":1},2,null,3]</returnvalue>
|
||||||
</para>
|
</para>
|
||||||
<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>
|
<returnvalue>[1,2,3,4]</returnvalue>
|
||||||
</para>
|
</para>
|
||||||
</entry>
|
</entry>
|
||||||
|
Reference in New Issue
Block a user