Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f3SW3-00071e-2T for pgsql-docs@arkaria.postgresql.org; Tue, 03 Apr 2018 20:26:51 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1f3SW1-0003Yg-OZ for pgsql-docs@arkaria.postgresql.org; Tue, 03 Apr 2018 20:26:49 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f3SW1-0003YX-IV for pgsql-docs@lists.postgresql.org; Tue, 03 Apr 2018 20:26:49 +0000 Received: from momjian.us ([72.94.173.45]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1f3SVy-0000U6-9n for pgsql-docs@lists.postgresql.org; Tue, 03 Apr 2018 20:26:49 +0000 Received: from bruce by momjian.us with local (Exim 4.84_2) (envelope-from ) id 1f3SVu-0006Lt-NZ; Tue, 03 Apr 2018 16:26:42 -0400 Date: Tue, 3 Apr 2018 16:26:42 -0400 From: Bruce Momjian To: scott.ure@caseware.com, pgsql-docs@lists.postgresql.org Subject: Re: Extra comma in documentation of array_fill Message-ID: <20180403202642.GA22419@momjian.us> References: <152199346794.4544.1888397173908716912@wrigleys.postgresql.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <152199346794.4544.1888397173908716912@wrigleys.postgresql.org> User-Agent: Mutt/1.5.23 (2014-03-12) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk 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 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 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 +