File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 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 $ -->
2
2
<!--
3
3
4
4
Typical markup:
@@ -2392,6 +2392,8 @@ ANYARRAY</para></listitem>
2392
2392
<listitem><para>Fix core dump in duration logging for extended query protocol
2393
2393
when a <command>COMMIT</> or <command>ROLLBACK</> is
2394
2394
executed</para></listitem>
2395
+ <listitem><para>Fix mishandling of AFTER triggers when query contains a SQL
2396
+ function returning multiple rows (Tom)</para></listitem>
2395
2397
<listitem><para>Fix <command>ALTER TABLE ... TYPE</> to recheck
2396
2398
<literal>NOT NULL</> for <literal>USING</> clause (Tom)</para></listitem>
2397
2399
<listitem><para>Fix <function>string_to_array()</> to handle overlapping
@@ -5043,6 +5045,8 @@ psql -t -f fixseq.sql db1 | psql -e db1
5043
5045
values in rule WHERE expressions (Tom)</para></listitem>
5044
5046
<listitem><para>Fix core dump when an untyped literal is taken as
5045
5047
ANYARRAY</para></listitem>
5048
+ <listitem><para>Fix mishandling of AFTER triggers when query contains a SQL
5049
+ function returning multiple rows (Tom)</para></listitem>
5046
5050
<listitem><para>Fix <command>ALTER TABLE ... TYPE</> to recheck
5047
5051
<literal>NOT NULL</> for <literal>USING</> clause (Tom)</para></listitem>
5048
5052
<listitem><para>Fix <function>string_to_array()</> to handle overlapping
You can’t perform that action at this time.
0 commit comments