Doc: remove extra comma in syntax summary for array_fill().
authorTom Lane
Sun, 25 Mar 2018 16:38:21 +0000 (12:38 -0400)
committerTom Lane
Sun, 25 Mar 2018 16:38:45 +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 fdaa0e8e2d98cf582f8278324ae9cea774617eeb..a4f312966fd8209faa50cfa196213ba636def580 100644 (file)
@@ -11596,7 +11596,7 @@ SELECT NULLIF(value, '(none)') ...
        
         
          
-          array_fill(anyelementint[],
+          array_fill(anyelementint[]
           int[])