projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9de7270
)
Remove extra semicolon in example
author
Magnus Hagander
<
[email protected]
>
Mon, 13 Oct 2025 13:28:20 +0000
(15:28 +0200)
committer
Magnus 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index d2b6b01777ee9ee419530b4d9fad2efaa6e42e21..6fd18fd6731c88921ce9233bbfbdc4dabd128dc1 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-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>