Extra comma in documentation of array_fill

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: scott(dot)ure(at)caseware(dot)com
Subject: Extra comma in documentation of array_fill
Date: 2018-03-25 15:57:47
Message-ID: 152199346794.4544.1888397173908716912@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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[]])"

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2018-03-29 01:26:39 Re: MacPorts xsltproc is very slow?
Previous Message David G. Johnston 2018-03-25 15:49:53 Re: Getting started guide does not start from first step