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 $ -->
22<!--
33
44Typical markup:
@@ -2392,6 +2392,8 @@ ANYARRAY</para></listitem>
23922392<listitem><para>Fix core dump in duration logging for extended query protocol
23932393when a <command>COMMIT</> or <command>ROLLBACK</> is
23942394executed</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
50435045values in rule WHERE expressions (Tom)</para></listitem>
50445046<listitem><para>Fix core dump when an untyped literal is taken as
50455047ANYARRAY</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
You can’t perform that action at this time.
0 commit comments