Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 178fe3d

Browse files
author
Nikita Glukhov
committed
Fix docs for JSON_SERIALIZE(): replaceable => parameter
1 parent 2333e41 commit 178fe3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/func.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18478,7 +18478,7 @@ FROM
1847818478
<refsynopsisdiv>
1847918479
<synopsis>
1848018480
JSON_SERIALIZE (
18481-
<replaceable class="parameter">expression</replaceable> [ FORMAT JSON [ ENCODING UTF8 ] ]
18481+
<parameter>expression</parameter> [ FORMAT JSON [ ENCODING UTF8 ] ]
1848218482
[ RETURNING <replaceable class="parameter">data_type</replaceable> [ FORMAT JSON [ ENCODING UTF8 ] ] ]
1848318483
)
1848418484
</synopsis>
@@ -18498,7 +18498,7 @@ JSON_SERIALIZE (
1849818498
<variablelist>
1849918499
<varlistentry>
1850018500
<term>
18501-
<literal><replaceable class="parameter">expression</replaceable> [ FORMAT JSON [ ENCODING UTF8 ] ]</literal>
18501+
<literal><parameter>expression</parameter> [ FORMAT JSON [ ENCODING UTF8 ] ]</literal>
1850218502
</term>
1850318503
<listitem>
1850418504
<para>

0 commit comments

Comments
 (0)