diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index a835af1b188..a13115f276c 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -1,5 +1,5 @@
@@ -6930,6 +6930,18 @@ SELECT NULLIF(value, '(none)') ...
+
+
+ Although it is not strictly a function and does not appear in \df
+ in psql, ARRAY(), mentioned in acts much like a
+ table function (equivalently, a
+ set-returning function or a
+ SRF--see )
+ which takes anyarray and returns a set of
+ anyelement.
+
+