Commit f41ecc6d authored by Bruce Momjian's avatar Bruce Momjian

Update release notes for polymorphic functions.

parent 79f8f5fc
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.236 2003/11/04 20:54:13 tgl Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.237 2003/11/10 22:27:00 momjian Exp $
--> -->
<appendix id="release"> <appendix id="release">
...@@ -821,7 +821,7 @@ zero-row record variable (Tom)</para></listitem> ...@@ -821,7 +821,7 @@ zero-row record variable (Tom)</para></listitem>
<listitem><para>Allow polymorphic PL/pgSQL functions (Tom, Joe)</para></listitem> <listitem><para>Allow polymorphic PL/pgSQL functions (Tom, Joe)</para></listitem>
<listitem><para>Allow polymorphic SQL functions (Joe)</para> <listitem><para>Allow polymorphic SQL functions (Joe)</para>
<para> <para>
bjm ?? Allow functions to accept arbitrary data types for input, and return arbitrary types.
</para> </para>
</listitem> </listitem>
<listitem><para>Improved compiled function caching mechanism in PL/pgSQL with full <listitem><para>Improved compiled function caching mechanism in PL/pgSQL with full
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment