mirror of
https://github.com/postgres/postgres.git
synced 2026-03-12 05:32:27 -04:00
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
This commit is contained in:
parent
56328de6e8
commit
18e7c46c5d
1 changed files with 1 additions and 1 deletions
|
|
@ -11815,7 +11815,7 @@ SELECT NULLIF(value, '(none)') ...
|
|||
<row>
|
||||
<entry>
|
||||
<literal>
|
||||
<function>array_fill</function>(<type>anyelement</type>, <type>int[]</type>,
|
||||
<function>array_fill</function>(<type>anyelement</type>, <type>int[]</type>
|
||||
<optional>, <type>int[]</type></optional>)
|
||||
</literal>
|
||||
</entry>
|
||||
|
|
|
|||
Loading…
Reference in a new issue