From: Tom Lane Date: Thu, 12 Oct 2006 19:25:32 +0000 (+0000) Subject: Update release notes for SQL functions vs triggers fix. X-Git-Tag: REL8_0_9~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db9ebafca13a2cf7913c1a4d25d504a87629194f;p=thirdparty%2Fpostgresql.git Update release notes for SQL functions vs triggers fix. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 973df5b44f0..7d51b231224 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -36,6 +36,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.321.4.25 2006/10/11 20:56:10 tg values in rule WHERE expressions (Tom) Fix core dump when an untyped literal is taken as ANYARRAY +Fix mishandling of AFTER triggers when query contains a SQL +function returning multiple rows (Tom) Fix ALTER TABLE ... TYPE to recheck NOT NULL for USING clause (Tom) Fix string_to_array() to handle overlapping