From: Bruce Momjian Date: Thu, 2 Dec 2004 21:04:47 +0000 (+0000) Subject: Add documention on ARRAY() function. X-Git-Tag: REL8_0_0RC1~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4af2ea329bd69b5bdc2c4fc33c7673ca944edec5;p=postgresql Add documention on ARRAY() function. David Fetter --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index a835af1b18..a13115f276 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. + +