Skip to content

Commit 0c99838

Browse files
committed
Update release notes for SQL functions vs triggers fix.
1 parent 7055867 commit 0c99838

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/src/sgml/release.sgml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.471 2006/10/11 20:55:52 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.472 2006/10/12 19:25:12 tgl Exp $ -->
22
<!--
33

44
Typical markup:
@@ -2392,6 +2392,8 @@ ANYARRAY</para></listitem>
23922392
<listitem><para>Fix core dump in duration logging for extended query protocol
23932393
when a <command>COMMIT</> or <command>ROLLBACK</> is
23942394
executed</para></listitem>
2395+
<listitem><para>Fix mishandling of AFTER triggers when query contains a SQL
2396+
function returning multiple rows (Tom)</para></listitem>
23952397
<listitem><para>Fix <command>ALTER TABLE ... TYPE</> to recheck
23962398
<literal>NOT NULL</> for <literal>USING</> clause (Tom)</para></listitem>
23972399
<listitem><para>Fix <function>string_to_array()</> to handle overlapping
@@ -5043,6 +5045,8 @@ psql -t -f fixseq.sql db1 | psql -e db1
50435045
values in rule WHERE expressions (Tom)</para></listitem>
50445046
<listitem><para>Fix core dump when an untyped literal is taken as
50455047
ANYARRAY</para></listitem>
5048+
<listitem><para>Fix mishandling of AFTER triggers when query contains a SQL
5049+
function returning multiple rows (Tom)</para></listitem>
50465050
<listitem><para>Fix <command>ALTER TABLE ... TYPE</> to recheck
50475051
<literal>NOT NULL</> for <literal>USING</> clause (Tom)</para></listitem>
50485052
<listitem><para>Fix <function>string_to_array()</> to handle overlapping

0 commit comments

Comments
 (0)