diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
new file mode 100644
index 3786099..1684189
*** a/doc/src/sgml/func.sgml
--- b/doc/src/sgml/func.sgml
***************
*** 2363,2369 ****
See also the aggregate function string_agg in
! .
--- 2363,2371 ----
See also the aggregate function string_agg in
! , and the array functions
! array_to_string and string_to_array
! in .
*************** NULL baz(3 rows)
*** 13163,13169 ****
See also about the aggregate
! function array_agg for use with arrays.
--- 13165,13173 ----
See also about the aggregate
! function array_agg for use with arrays, and
! about the regular expression function
! regexp_split_to_array.