diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-03-25 12:38:21 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-03-25 12:38:40 -0400 |
commit | 18e7c46c5d6dc056e86c28b3bf273be89d7495c6 (patch) | |
tree | 9a285ce15d2d630654ecc3ba84059cb5c46d87df /doc/src | |
parent | 56328de6e8457b075136c67795b24cd8568cbd05 (diff) | |
download | postgresql-18e7c46c5d6dc056e86c28b3bf273be89d7495c6.tar.gz postgresql-18e7c46c5d6dc056e86c28b3bf273be89d7495c6.zip |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index eb2f3f036be..b73b82cc32d 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -11815,7 +11815,7 @@ SELECT NULLIF(value, '(none)') ... <row> <entry> <literal> - <function>array_fill</function>(<type>anyelement</type>, <type>int[]</type>, + <function>array_fill</function>(<type>anyelement</type>, <type>int[]</type> <optional>, <type>int[]</type></optional>) </literal> </entry> |