Back out ARRAY() patch.
authorBruce Momjian <[email protected]>
Fri, 3 Dec 2004 18:34:31 +0000 (18:34 +0000)
committerBruce Momjian <[email protected]>
Fri, 3 Dec 2004 18:34:31 +0000 (18:34 +0000)
doc/src/sgml/func.sgml

index 126b6cf2c449836d8c100e7f3f1c29d64f5f7f06..ae2e985096840c8d3725b704a1a8a09e0355a2ee 100644 (file)
@@ -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">