From: Tom Lane Date: Sun, 25 Mar 2018 16:38:21 +0000 (-0400) Subject: Doc: remove extra comma in syntax summary for array_fill(). X-Git-Tag: REL9_3_23~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=675001d729621bdd49482a71d7676e953ccc40de;p=postgresql 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 --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 51a41cb476..e54428d58d 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -11059,7 +11059,7 @@ SELECT NULLIF(value, '(none)') ... - array_fill(anyelement, int[], + array_fill(anyelement, int[] , int[])