We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215988f commit c9ebd16Copy full SHA for c9ebd16
doc/src/sgml/release-8.5.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<sect1 id="release-8.5">
4
<title>Release 8.5alpha1</title>
@@ -260,9 +260,8 @@
260
<itemizedlist>
261
<listitem>
262
<para>
263
- PL/pgSQL functions using RETURNS QUERY or RECORD types no longer
264
- always need to be rebuilt after adding or dropping a column for the
265
- related tables.
+ PL/pgSQL functions can now better cope with row types
+ containing dropped columns.
266
</para>
267
</listitem>
268
0 commit comments