diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-12-03 18:34:31 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-12-03 18:34:31 +0000 |
commit | 2254d4ef1b13879ecc15ea82bc2a84a75e4d3d05 (patch) | |
tree | e07b04e5e6077821d93a9bf71b98ec7eb2532a86 | |
parent | 59ce952a89fb027c53e4fc90a7abe7313d090ec0 (diff) | |
download | postgresql-2254d4ef1b13879ecc15ea82bc2a84a75e4d3d05.tar.gz postgresql-2254d4ef1b13879ecc15ea82bc2a84a75e4d3d05.zip |
Back out ARRAY() patch.
-rw-r--r-- | doc/src/sgml/func.sgml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index a13115f276c..5222b33c275 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.228 2004/12/02 21:04:47 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.229 2004/12/03 18:34:31 momjian Exp $ PostgreSQL documentation --> @@ -6930,18 +6930,6 @@ SELECT NULLIF(value, '(none)') ... </tbody> </tgroup> </table> - <note> - <para> - Although it is not strictly a function and does not appear in \df - in psql, <command>ARRAY()</command>, mentioned in <xref - linkend="sql-syntax-array-constructors"> acts much like a - <literal>table function</literal> (equivalently, a - <literal>set-returning function</literal> or a - <acronym>SRF</acronym>--see <xref linkend="queries-tablefunctions">) - which takes <type>anyarray</type> and returns a set of - <type>anyelement</type>. - </para> - </note> </sect1> <sect1 id="functions-aggregate"> |