mirror of
https://github.com/postgres/postgres.git
synced 2025-12-16 00:04:05 -05: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:
parent
7a662a46eb
commit
e062af861b
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user