mirror of
https://github.com/postgres/postgres.git
synced 2026-03-02 13:24:01 -05:00
Fix some whitespace in documentation markup
This commit is contained in:
parent
a6f12520be
commit
7d6a4fdf32
1 changed files with 2 additions and 2 deletions
|
|
@ -18797,7 +18797,7 @@ SELECT JSON_EXISTS(jsonb '{"a": [1,2,3]}', 'strict $.a[5]');
|
|||
<optional> { ERROR | NULL | DEFAULT <replaceable class="parameter">expression</replaceable> } ON EMPTY </optional>
|
||||
<optional> { ERROR | NULL | DEFAULT <replaceable class="parameter">expression</replaceable> } ON ERROR </optional>
|
||||
)
|
||||
</synopsis>
|
||||
</synopsis>
|
||||
|
||||
<sect5>
|
||||
<title>Description</title>
|
||||
|
|
@ -18956,7 +18956,7 @@ SELECT JSON_VALUE(jsonb '[1,2]', 'strict $[*]' DEFAULT 1 ON ERROR);
|
|||
<optional> { ERROR | NULL | EMPTY { <optional> ARRAY </optional> | OBJECT } | DEFAULT <replaceable class="parameter">expression</replaceable> } ON EMPTY </optional>
|
||||
<optional> { ERROR | NULL | EMPTY { <optional> ARRAY </optional> | OBJECT } | DEFAULT <replaceable class="parameter">expression</replaceable> } ON ERROR </optional>
|
||||
)
|
||||
</synopsis>
|
||||
</synopsis>
|
||||
|
||||
<sect5>
|
||||
<title>Description</title>
|
||||
|
|
|
|||
Loading…
Reference in a new issue