projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6f1252
)
Fix some whitespace in documentation markup
author
Peter Eisentraut
Fri, 6 May 2022 07:14:15 +0000
(09:14 +0200)
committer
Peter Eisentraut
Fri, 6 May 2022 07:14:15 +0000
(09:14 +0200)
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index cc4ab4a1f239acc9d8692c93340721225ea9e730..85ecc639fdaa8f84ed7b2b2de5b0f02854179671 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-18797,7
+18797,7
@@
SELECT JSON_EXISTS(jsonb '{"a": [1,2,3]}', 'strict $.a[5]');
{ ERROR | NULL | DEFAULT
expression
} ON EMPTY
{ ERROR | NULL | DEFAULT
expression
} ON ERROR
)
-
+
Description
@@
-18956,7
+18956,7
@@
SELECT JSON_VALUE(jsonb '[1,2]', 'strict $[*]' DEFAULT 1 ON ERROR);
{ ERROR | NULL | EMPTY {
ARRAY
| OBJECT } | DEFAULT
expression
} ON EMPTY
{ ERROR | NULL | EMPTY {
ARRAY
| OBJECT } | DEFAULT
expression
} ON ERROR
)
-
+
Description