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

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