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:36 -0400 |
commit | 7b55a3b167514ee78a9284a834abfd3ccb0547c0 (patch) | |
tree | 3520a532d7b8a99ca9dcf85a78eb5168bea76aa2 | |
parent | 2c8974e6a02d24be3543741f9bf6ceab384b30d6 (diff) |
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
-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 63dfab2009b..81c9c2e0a31 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -12255,7 +12255,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> |