We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f8f5f commit f41ecc6Copy full SHA for f41ecc6
doc/src/sgml/release.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
-->
4
5
<appendix id="release">
@@ -821,7 +821,7 @@ zero-row record variable (Tom)</para></listitem>
821
<listitem><para>Allow polymorphic PL/pgSQL functions (Tom, Joe)</para></listitem>
822
<listitem><para>Allow polymorphic SQL functions (Joe)</para>
823
<para>
824
- bjm ??
+ Allow functions to accept arbitrary data types for input, and return arbitrary types.
825
</para>
826
</listitem>
827
<listitem><para>Improved compiled function caching mechanism in PL/pgSQL with full
0 commit comments