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

Commit 7b55a3b

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 2c8974e commit 7b55a3b

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
@@ -12255,7 +12255,7 @@ SELECT NULLIF(value, '(none)') ...
1225512255
<row>
1225612256
<entry>
1225712257
<literal>
12258-
<function>array_fill</function>(<type>anyelement</type>, <type>int[]</type>,
12258+
<function>array_fill</function>(<type>anyelement</type>, <type>int[]</type>
1225912259
<optional>, <type>int[]</type></optional>)
1226012260
</literal>
1226112261
</entry>

0 commit comments

Comments
 (0)