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

Commit 2254d4e

Browse files
committed
Back out ARRAY() patch.
1 parent 59ce952 commit 2254d4e

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.228 2004/12/02 21:04:47 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.229 2004/12/03 18:34:31 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -6930,18 +6930,6 @@ 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>
69456933
</sect1>
69466934

69476935
<sect1 id="functions-aggregate">

0 commit comments

Comments
 (0)