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

index a13115f276ca8e2ad06254e468310bc9aae9f9f7..5222b33c275284bda53ae44c50be08cd43ac344e 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -6930,18 +6930,6 @@ SELECT NULLIF(value, '(none)') ...
       
      
     
-  
-  
-    Although it is not strictly a function and does not appear in \df
-    in psql, ARRAY(), mentioned in 
-    linkend="sql-syntax-array-constructors"> acts much like a
-    table function (equivalently, a
-    set-returning function or a
-    SRF--see )
-    which takes anyarray and returns a set of
-    anyelement.
-  
-