diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 0a99f5e72f7455c9a6508a0663567645b2d466af..b39e0bedba554e2dc0415efb90af7f7a49dc2c9e 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.231 2003/10/31 19:33:17 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.232 2003/10/31 19:49:40 momjian Exp $ --> <appendix id="release"> @@ -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