Index: doc/src/sgml/func.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/func.sgml,v retrieving revision 1.221 diff -u -r1.221 func.sgml --- doc/src/sgml/func.sgml 26 Oct 2004 22:16:11 -0000 1.221 +++ doc/src/sgml/func.sgml 1 Nov 2004 20:21:02 -0000 @@ -6931,6 +6931,18 @@ + + + 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. + +