File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18478,8 +18478,8 @@ FROM
18478
18478
<refsynopsisdiv>
18479
18479
<synopsis>
18480
18480
JSON_SERIALIZE (
18481
- <parameter>expression</parameter> [ FORMAT JSON [ ENCODING UTF8 ] ]
18482
- [ RETURNING <replaceable class="parameter">data_type</replaceable> [ FORMAT JSON [ ENCODING UTF8 ] ] ]
18481
+ <parameter>expression</parameter> <optional> FORMAT JSON <optional> ENCODING UTF8 </optional> </optional>
18482
+ <optional> RETURNING <replaceable class="parameter">data_type</replaceable> <optional> FORMAT JSON <optional> ENCODING UTF8 </optional> </optional> </optional>
18483
18483
)
18484
18484
</synopsis>
18485
18485
</refsynopsisdiv>
@@ -18498,7 +18498,7 @@ JSON_SERIALIZE (
18498
18498
<variablelist>
18499
18499
<varlistentry>
18500
18500
<term>
18501
- <literal><parameter>expression</parameter> [ FORMAT JSON [ ENCODING UTF8 ] ] </literal>
18501
+ <literal><parameter>expression</parameter> <optional> FORMAT JSON <optional> ENCODING UTF8 </optional> </optional> </literal>
18502
18502
</term>
18503
18503
<listitem>
18504
18504
<para>
@@ -18517,7 +18517,7 @@ JSON_SERIALIZE (
18517
18517
</varlistentry>
18518
18518
<varlistentry>
18519
18519
<term>
18520
- <literal>RETURNING <replaceable class="parameter">data_type</replaceable> [ FORMAT JSON [ ENCODING UTF8 ] ] </literal>
18520
+ <literal>RETURNING <replaceable class="parameter">data_type</replaceable> <optional> FORMAT JSON <optional> ENCODING UTF8 </optional> </optional> </literal>
18521
18521
</term>
18522
18522
<listitem>
18523
18523
<para>
You can’t perform that action at this time.
0 commit comments