Re: Extra comma in documentation of array_fill

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: scott(dot)ure(at)caseware(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Extra comma in documentation of array_fill
Date: 2018-04-03 20:26:42
Message-ID: 20180403202642.GA22419@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Sun, Mar 25, 2018 at 03:57:47PM +0000, PG Doc comments form wrote:
> 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[]])"

This has been fixed:

commit ee4a2c4a0345f2589ce32b64493b1b14e87f0465
Author: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Date: Sun Mar 25 12:38:21 2018 -0400

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

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2018-04-04 09:59:23 Dead link in ltree documentation
Previous Message Peter Eisentraut 2018-04-03 14:55:04 Re: Blanks in the first line before the first word in the code boxes