Skip to content

Commit 8f991f4

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 60c6236 commit 8f991f4

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
@@ -11596,7 +11596,7 @@ SELECT NULLIF(value, '(none)') ...
1159611596
<row>
1159711597
<entry>
1159811598
<literal>
11599-
<function>array_fill</function>(<type>anyelement</type>, <type>int[]</type>,
11599+
<function>array_fill</function>(<type>anyelement</type>, <type>int[]</type>
1160011600
<optional>, <type>int[]</type></optional>)
1160111601
</literal>
1160211602
</entry>

0 commit comments

Comments
 (0)