File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18478,8 +18478,8 @@ FROM
1847818478 <refsynopsisdiv>
1847918479<synopsis>
1848018480JSON_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>
1848318483)
1848418484</synopsis>
1848518485 </refsynopsisdiv>
@@ -18498,7 +18498,7 @@ JSON_SERIALIZE (
1849818498 <variablelist>
1849918499 <varlistentry>
1850018500 <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>
1850218502 </term>
1850318503 <listitem>
1850418504 <para>
@@ -18517,7 +18517,7 @@ JSON_SERIALIZE (
1851718517 </varlistentry>
1851818518 <varlistentry>
1851918519 <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>
1852118521 </term>
1852218522 <listitem>
1852318523 <para>
You can’t perform that action at this time.
0 commit comments