@@ -17901,28 +17901,30 @@ SELECT JSON_EXISTS(jsonb '{"a": [1,2,3]}', 'strict $.a[5]');
17901
17901
17902
17902
<varlistentry>
17903
17903
<term>
17904
- <literal>{ ERROR | NULL | DEFAULT <replaceable>expression</replaceable> } ON EMPTY</literal>
17904
+ <literal>{ ERROR | NULL | DEFAULT <replaceable class="parameter" >expression</replaceable> } ON EMPTY</literal>
17905
17905
</term>
17906
17906
<listitem>
17907
17907
<para>
17908
- Defines the return value if no JSON value is found. The default is <literal>NULL</literal>.
17909
- If you use <literal>DEFAULT <replaceable>expression</replaceable></literal>, the provided
17910
- <replaceable>expression</replaceable> is evaluated and cast to the type specified in the
17911
- <command>RETURNING</command> clause.
17908
+ Defines the return value if no JSON value is found. The default is
17909
+ <literal>NULL</literal>. If you use
17910
+ <literal>DEFAULT <replaceable class="parameter">expression</replaceable></literal>,
17911
+ the provided <replaceable class="parameter">expression</replaceable> is
17912
+ evaluated and cast to the type specified in the <command>RETURNING</command> clause.
17912
17913
</para>
17913
17914
</listitem>
17914
17915
</varlistentry>
17915
17916
17916
17917
<varlistentry>
17917
17918
<term>
17918
- <literal>{ ERROR | NULL | DEFAULT <replaceable>expression</replaceable> } ON ERROR</literal>
17919
+ <literal>{ ERROR | NULL | DEFAULT <replaceable class="parameter" >expression</replaceable> } ON ERROR</literal>
17919
17920
</term>
17920
17921
<listitem>
17921
17922
<para>
17922
- Defines the return value if an unhandled error occurs. The default is <literal>NULL</literal>.
17923
- If you use <literal>DEFAULT <replaceable>expression</replaceable></literal>, the provided
17924
- <replaceable>expression</replaceable> is evaluated and cast to the type specified in the
17925
- <command>RETURNING</command> clause.
17923
+ Defines the return value if an unhandled error occurs. The default is
17924
+ <literal>NULL</literal>. If you use
17925
+ <literal>DEFAULT <replaceable class="parameter">expression</replaceable></literal>,
17926
+ the provided <replaceable class="parameter">expression</replaceable> is
17927
+ evaluated and cast to the type specified in the <command>RETURNING</command> clause.
17926
17928
</para>
17927
17929
</listitem>
17928
17930
</varlistentry>
0 commit comments