Alter release note item about PL/pgSQL functions and dropped columns.

per Pavel Stehule
This commit is contained in:
Peter Eisentraut 2009-08-19 08:18:48 +00:00
parent 215988f766
commit c9ebd16dfa

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.5.sgml,v 1.3 2009/08/19 07:54:21 petere Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.5.sgml,v 1.4 2009/08/19 08:18:48 petere Exp $ -->
<sect1 id="release-8.5"> <sect1 id="release-8.5">
<title>Release 8.5alpha1</title> <title>Release 8.5alpha1</title>
@ -260,9 +260,8 @@
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para> <para>
PL/pgSQL functions using RETURNS QUERY or RECORD types no longer PL/pgSQL functions can now better cope with row types
always need to be rebuilt after adding or dropping a column for the containing dropped columns.
related tables.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>