|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.231 2003/10/31 19:33:17 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.232 2003/10/31 19:49:40 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <appendix id="release">
|
@@ -746,19 +746,9 @@ required for those wishing to migrate data from any previous release.</para>
|
746 | 746 | SELECT * FROM tab WHERE col IN array_val
|
747 | 747 | </para>
|
748 | 748 | </listitem>
|
749 |
| -<listitem><para>Allow polymorphic SQL functions (Joe)</para> |
750 |
| - <para> |
751 |
| - bjm ?? |
752 |
| - </para> |
753 |
| - </listitem> |
754 | 749 | <listitem><para>New array functions array_append(), array_cat(), array_lower(),
|
755 | 750 | array_prepend(), array_to_string(), array_upper(), string_to_array() (Joe)</para></listitem>
|
756 |
| -<listitem><para>Allow user defined aggregates to use polymorphic functions (Joe)</para> |
757 |
| - <para> |
758 |
| - bjm ?? |
759 |
| - </para> |
760 |
| - </listitem> |
761 |
| -<listitem><para>Allow polymorphic user defined aggregates (Joe)</para></listitem> |
| 751 | +<listitem><para>Allow user defined aggregates to use polymorphic functions (Joe)</para></listitem> |
762 | 752 | <listitem><para>Allow assignments to empty arrays (Joe)</para></listitem>
|
763 | 753 | <listitem><para>Allow 60 in seconds fields of timestamp, time, interval input values (Tom)</para>
|
764 | 754 | <para>
|
@@ -819,6 +809,11 @@ zero-row record variable (Tom)</para></listitem>
|
819 | 809 | </para>
|
820 | 810 | </listitem>
|
821 | 811 | <listitem><para>Allow polymorphic PL/pgSQL functions (Tom, Joe)</para></listitem>
|
| 812 | +<listitem><para>Allow polymorphic SQL functions (Joe)</para> |
| 813 | + <para> |
| 814 | + bjm ?? |
| 815 | + </para> |
| 816 | + </listitem> |
822 | 817 | <listitem><para>Improved compiled function caching mechanism in PL/pgSQL with full
|
823 | 818 | support for polymorphism (Joe)</para></listitem>
|
824 | 819 | <listitem><para>Add new $0 parameter in PL/pgSQL representing the function's actual
|
|
0 commit comments