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

Commit a6b043d

Browse files
author
Nikita Glukhov
committed
Fix docs for JSON(): replaceable => parameter
1 parent f5d7fc8 commit a6b043d

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
@@ -16947,7 +16947,7 @@ $ ? (@ like_regex "^\\d+$")
1694716947
<refsynopsisdiv>
1694816948
<synopsis>
1694916949
JSON (
16950-
<replaceable class="parameter">expression</replaceable> [ FORMAT JSON [ ENCODING UTF8 ] ]
16950+
<parameter>expression</parameter> [ FORMAT JSON [ ENCODING UTF8 ] ]
1695116951
[ { WITH | WITHOUT } UNIQUE [ KEYS ] ]
1695216952
[ RETURNING <replaceable class="parameter">json_data_type</replaceable> ]
1695316953
)
@@ -16968,7 +16968,7 @@ JSON (
1696816968
<variablelist>
1696916969
<varlistentry>
1697016970
<term>
16971-
<literal><replaceable class="parameter">expression</replaceable> [ FORMAT JSON [ ENCODING UTF8 ] ]</literal>
16971+
<literal><parameter>expression</parameter> [ FORMAT JSON [ ENCODING UTF8 ] ]</literal>
1697216972
</term>
1697316973
<listitem>
1697416974
<para>

0 commit comments

Comments
 (0)