Index: func.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/func.sgml,v retrieving revision 1.227 retrieving revision 1.228 diff -c -c -r1.227 -r1.228 *** func.sgml 2 Dec 2004 17:39:54 -0000 1.227 --- func.sgml 2 Dec 2004 21:04:47 -0000 1.228 *************** *** 1,5 **** --- 1,5 ---- *************** *** 6930,6935 **** --- 6930,6947 ---- + + + 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. + +