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:45 -0400 |
commit | 8f991f41bff6a97759c0f80f02a3141408f68138 (patch) | |
tree | 6b1ac958dde86106ae6e20b871dc37589d4e5f12 | |
parent | 60c623678fde2c6bc331c11197e457ba69170b50 (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 fdaa0e8e2d9..a4f312966fd 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -11596,7 +11596,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> |