Update for polymorphic functions, needs more work.
authorBruce Momjian
Fri, 31 Oct 2003 19:49:40 +0000 (19:49 +0000)
committerBruce Momjian
Fri, 31 Oct 2003 19:49:40 +0000 (19:49 +0000)
doc/src/sgml/release.sgml

index 0a99f5e72f7455c9a6508a0663567645b2d466af..b39e0bedba554e2dc0415efb90af7f7a49dc2c9e 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -746,19 +746,9 @@ required for those wishing to migrate data from any previous release.
     SELECT * FROM tab WHERE col IN array_val
    
    
-Allow polymorphic SQL functions (Joe)
-   
-    bjm ??
-   
-   
 New array functions array_append(), array_cat(), array_lower(),
   array_prepend(), array_to_string(), array_upper(), string_to_array() (Joe)
-Allow user defined aggregates to use polymorphic functions (Joe)
-   
-    bjm ??
-   
-   
-Allow polymorphic user defined aggregates  (Joe)
+Allow user defined aggregates to use polymorphic functions (Joe)
 Allow assignments to empty arrays (Joe)
 Allow 60 in seconds fields of timestamp, time, interval input values (Tom)
    
@@ -819,6 +809,11 @@ zero-row record variable (Tom)
    
    
 Allow polymorphic PL/pgSQL functions (Tom, Joe)
+Allow polymorphic SQL functions (Joe)
+   
+    bjm ??
+   
+   
 Improved compiled function caching mechanism in PL/pgSQL with full
   support for polymorphism (Joe)
 Add new $0 parameter in PL/pgSQL representing the function's actual