Extra comma in documentation of array_fill - Mailing list pgsql-docs

From PG Doc comments form
Subject Extra comma in documentation of array_fill
Date
Msg-id 152199346794.4544.1888397173908716912@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Extra comma in documentation of array_fill  (Bruce Momjian <bruce@momjian.us>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/static/functions-array.html
Description:

In table 9.49
(https://www.postgresql.org/docs/10/static/functions-array.html#ARRAY-FUNCTIONS-TABLE)
there is an extra comma in the syntax for array_fill.
"array_fill(anyelement, int[], [, int[]])" should be "array_fill(anyelement,
int[] [, int[]])"

pgsql-docs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Getting started guide does not start from first step
Next
From: Peter Eisentraut
Date:
Subject: Re: MacPorts xsltproc is very slow?