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:30 -0400 |
commit | e66f78e59bd31822e24a5f864e761fbe643b7e08 (patch) | |
tree | 84a3e093cc5f3e2dad676665d48143a1dc398f3b | |
parent | 6ec2a1545b4ab59bced520425ef08f87fc870f1e (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 2f036015cc2..887a7cb764a 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -12672,7 +12672,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> |