From 4af2ea329bd69b5bdc2c4fc33c7673ca944edec5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 2 Dec 2004 21:04:47 +0000 Subject: [PATCH] Add documention on ARRAY() function. David Fetter --- doc/src/sgml/func.sgml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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. + + -- 2.40.0