Update release notes for SQL functions vs triggers fix.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Oct 2006 19:25:22 +0000 (19:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Oct 2006 19:25:22 +0000 (19:25 +0000)
doc/src/sgml/release.sgml

index 8213af7fec21f2f470a4ec25c1b3422815f0a1fe..7e9a2d1e5ac9d76c3a896d85ff8104077743aa56 100644 (file)
@@ -56,6 +56,8 @@ ANYARRAY</para></listitem>
 <listitem><para>Fix core dump in duration logging for extended query protocol
 when a <command>COMMIT</> or <command>ROLLBACK</> is
 executed</para></listitem>
+<listitem><para>Fix mishandling of AFTER triggers when query contains a SQL
+function returning multiple rows (Tom)</para></listitem>
 <listitem><para>Fix <command>ALTER TABLE ... TYPE</> to recheck
 <literal>NOT NULL</> for <literal>USING</> clause (Tom)</para></listitem>
 <listitem><para>Fix <function>string_to_array()</> to handle overlapping
@@ -2707,6 +2709,8 @@ psql -t -f fixseq.sql db1 | psql -e db1
 values in rule WHERE expressions (Tom)</para></listitem>
 <listitem><para>Fix core dump when an untyped literal is taken as
 ANYARRAY</para></listitem>
+<listitem><para>Fix mishandling of AFTER triggers when query contains a SQL
+function returning multiple rows (Tom)</para></listitem>
 <listitem><para>Fix <command>ALTER TABLE ... TYPE</> to recheck
 <literal>NOT NULL</> for <literal>USING</> clause (Tom)</para></listitem>
 <listitem><para>Fix <function>string_to_array()</> to handle overlapping