]> granicus.if.org Git - postgresql/commitdiff
Doc: remove extra comma in syntax summary for array_fill().
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Mar 2018 16:38:21 +0000 (12:38 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Mar 2018 16:38:30 +0000 (12:38 -0400)
Noted by Scott Ure.  Back-patch to all supported branches.

Discussion: https://postgr.es/m/152199346794.4544.1888397173908716912@wrigleys.postgresql.org

doc/src/sgml/func.sgml

index 2f036015cc240dc00eaba4a86fb3ec805c22db09..887a7cb764ae2ac83eadc6e98f14cacfde3a995f 100644 (file)
@@ -12672,7 +12672,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>