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

Commit ee4a2c4

Browse files
committed
Doc: remove extra comma in syntax summary for array_fill().
Noted by Scott Ure. Back-patch to all supported branches. Discussion: https://postgr.es/m/152199346794.4544.1888397173908716912@wrigleys.postgresql.org
1 parent cc547cf commit ee4a2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12761,7 +12761,7 @@ SELECT NULLIF(value, '(none)') ...
1276112761
<row>
1276212762
<entry>
1276312763
<literal>
12764-
<function>array_fill</function>(<type>anyelement</type>, <type>int[]</type>,
12764+
<function>array_fill</function>(<type>anyelement</type>, <type>int[]</type>
1276512765
<optional>, <type>int[]</type></optional>)
1276612766
</literal>
1276712767
</entry>

0 commit comments

Comments
 (0)