diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-10-12 19:25:22 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-10-12 19:25:22 +0000 |
commit | 9d457ea80207185be5dadf8011f1ac198c406ad9 (patch) | |
tree | e726bf72c1a6425e89ee6594c677199b2b1acabf | |
parent | fb27f43123e65db1219d296ea3e8bc2f07e9808b (diff) | |
download | postgresql-9d457ea80207185be5dadf8011f1ac198c406ad9.tar.gz postgresql-9d457ea80207185be5dadf8011f1ac198c406ad9.zip |
Update release notes for SQL functions vs triggers fix.
-rw-r--r-- | doc/src/sgml/release.sgml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 5cf6ce17e34..4141e4ea90b 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.400.2.30 2006/10/11 20:56:01 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.400.2.31 2006/10/12 19:25:22 tgl Exp $ --> <!-- Typical markup: @@ -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 |