Extra comma in documentation of array_fill
The Post Office <noreply@postgresql.org>
From: PG Doc comments form <noreply@postgresql.org>
To: pgsql-docs@lists.postgresql.org
Cc: scott.ure@caseware.com
Date: 2018-03-25T15:57:47Z
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[]])"
Commits
-
Doc: remove extra comma in syntax summary for array_fill().
- 675001d72962 9.3.23 landed
- 8f991f41bff6 9.4.18 landed
- 18e7c46c5d6d 9.5.13 landed
- 7b55a3b16751 9.6.9 landed
- e66f78e59bd3 10.4 landed
- ee4a2c4a0345 11.0 landed