From: Bruce Momjian Date: Fri, 31 Oct 2003 19:49:40 +0000 (+0000) Subject: Update for polymorphic functions, needs more work. X-Git-Tag: REL7_4_RC1~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df1bb47dc44f40a10a9468b77bc0b2eeb26104df;p=postgresql Update for polymorphic functions, needs more work. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 0a99f5e72f..b39e0bedba 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -746,19 +746,9 @@ required for those wishing to migrate data from any previous release. SELECT * FROM tab WHERE col IN array_val -Allow polymorphic SQL functions (Joe) - - bjm ?? - - New array functions array_append(), array_cat(), array_lower(), array_prepend(), array_to_string(), array_upper(), string_to_array() (Joe) -Allow user defined aggregates to use polymorphic functions (Joe) - - bjm ?? - - -Allow polymorphic user defined aggregates (Joe) +Allow user defined aggregates to use polymorphic functions (Joe) Allow assignments to empty arrays (Joe) Allow 60 in seconds fields of timestamp, time, interval input values (Tom) @@ -819,6 +809,11 @@ zero-row record variable (Tom) Allow polymorphic PL/pgSQL functions (Tom, Joe) +Allow polymorphic SQL functions (Joe) + + bjm ?? + + Improved compiled function caching mechanism in PL/pgSQL with full support for polymorphism (Joe) Add new $0 parameter in PL/pgSQL representing the function's actual