diff options
-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 2f59af25a6f..7b1a85fc717 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -12761,7 +12761,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> |