diff --git a/doc/src/sgml/release-8.5.sgml b/doc/src/sgml/release-8.5.sgml index c66db5056fe..3c93e4f8203 100644 --- a/doc/src/sgml/release-8.5.sgml +++ b/doc/src/sgml/release-8.5.sgml @@ -1,4 +1,4 @@ - + Release 8.5alpha1 @@ -260,9 +260,8 @@ - PL/pgSQL functions using RETURNS QUERY or RECORD types no longer - always need to be rebuilt after adding or dropping a column for the - related tables. + PL/pgSQL functions can now better cope with row types + containing dropped columns.