8000 Doc: remove extra comma in syntax summary for array_fill(). · MSPawanRanjith/postgres@675001d · GitHub
[go: up one dir, main page]

Skip to content

Commit 675001d

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 9dbcbd1 commit 675001d

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
@@ -11059,7 +11059,7 @@ SELECT NULLIF(value, '(none)') ...
1105911059
<row>
1106011060
<entry>
1106111061
<literal>
11062-
<function>array_fill</function>(<type>anyelement</type>, <type>int[]</type>,
11062+
<function>array_fill</function>(<type>anyelement</type>, <type>int[]</type>
1106311063
<optional>, <type>int[]</type></optional>)
1106411064
</literal>
1106511065
</entry>

0 commit comments

Comments
 (0)
0