mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 22:32:45 -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
60c623678f
commit
8f991f41bf
1 changed files with 1 additions and 1 deletions
|
|
@ -11596,7 +11596,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