Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4af2ea3

Browse files
committed
Add documention on ARRAY() function.
David Fetter
1 parent 020cf90 commit 4af2ea3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.227 2004/12/02 17:39:54 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.228 2004/12/02 21:04:47 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -6930,6 +6930,18 @@ SELECT NULLIF(value, '(none)') ...
69306930
</tbody>
69316931
</tgroup>
69326932
</table>
6933+
<note>
6934+
<para>
6935+
Although it is not strictly a function and does not appear in \df
6936+
in psql, <command>ARRAY()</command>, mentioned in <xref
6937+
linkend="sql-syntax-array-constructors"> acts much like a
6938+
<literal>table function</literal> (equivalently, a
6939+
<literal>set-returning function</literal> or a
6940+
<acronym>SRF</acronym>--see <xref linkend="queries-tablefunctions">)
6941+
which takes <type>anyarray</type> and returns a set of
6942+
<type>anyelement</type>.
6943+
</para>
6944+
</note>
69336945
</sect1>
69346946

69356947
<sect1 id="functions-aggregate">

0 commit comments

Comments
 (0)