1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-18 12:22:09 +03: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:
Tom Lane
2018-03-25 12:38:21 -04:00
parent 60c623678f
commit 8f991f41bf

View File

@@ -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>