projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a662a4
)
Remove extra semicolon in example
author
Magnus Hagander
<magnus@hagander.net>
Mon, 13 Oct 2025 13:26:37 +0000
(15:26 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Mon, 13 Oct 2025 13:26:37 +0000
(15:26 +0200)
Reported-By: Pavel Luzanov <p.luzanov@postgrespro.ru>
Discussion: https://postgr.es/m/
175976566145
.768.
4645962241073007347
@wrigleys.postgresql.org
Backpatch-through: 18
doc/src/sgml/func/func-json.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func/func-json.sgml
b/doc/src/sgml/func/func-json.sgml
index 91f98a345d44586e1aa7e56f587471a94c217868..b9316ba0ee5459822bc491204973d569acd6681e 100644
(file)
--- a/
doc/src/sgml/func/func-json.sgml
+++ b/
doc/src/sgml/func/func-json.sgml
@@
-1593,7
+1593,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>