Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit df1bb47

Browse files
committed
Update for polymorphic functions, needs more work.
1 parent 12f2525 commit df1bb47

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

doc/src/sgml/release.sgml

+7-12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
-->
44

55
<appendix id="release">
@@ -746,19 +746,9 @@ required for those wishing to migrate data from any previous release.</para>
746746
SELECT * FROM tab WHERE col IN array_val
747747
</para>
748748
</listitem>
749-
<listitem><para>Allow polymorphic SQL functions (Joe)</para>
750-
<para>
751-
bjm ??
752-
</para>
753-
</listitem>
754749
<listitem><para>New array functions array_append(), array_cat(), array_lower(),
755750
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>
762752
<listitem><para>Allow assignments to empty arrays (Joe)</para></listitem>
763753
<listitem><para>Allow 60 in seconds fields of timestamp, time, interval input values (Tom)</para>
764754
<para>
@@ -819,6 +809,11 @@ zero-row record variable (Tom)</para></listitem>
819809
</para>
820810
</listitem>
821811
<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>
822817
<listitem><para>Improved compiled function caching mechanism in PL/pgSQL with full
823818
support for polymorphism (Joe)</para></listitem>
824819
<listitem><para>Add new $0 parameter in PL/pgSQL representing the function's actual

0 commit comments

Comments
 (0)