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

Commit f45a7f7

Browse files
author
Nikita Glukhov
committed
Fix docs for JSON_SCALAR(): [] => optional
1 parent b0661cd commit f45a7f7

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
@@ -16941,9 +16941,9 @@ $ ? (@ like_regex "^\\d+$")
1694116941

1694216942
<refsynopsisdiv>
1694316943
<synopsis>
16944-
JSON_SCALAR (
16944+
<function>JSON_SCALAR</function> (
1694516945
<parameter>expression</parameter>
16946-
[ RETURNING <replaceable class="parameter">json_data_type</replaceable> ]
16946+
<optional> RETURNING <replaceable class="parameter">json_data_type</replaceable> </optional>
1694716947
)
1694816948
</synopsis>
1694916949
</refsynopsisdiv>

0 commit comments

Comments
 (0)