diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index a13115f276..5222b33c27 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ @@ -6930,18 +6930,6 @@ 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. - -