From: Bruce Momjian Date: Thu, 17 Feb 2011 19:24:14 +0000 (-0500) Subject: Remove doc mention about read committed in upsert example. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=3472a2b0565ad0302e5ea47e49a95305c2b07f64;p=users%2Fbernd%2Fpostgres.git Remove doc mention about read committed in upsert example. --- diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index d2e74dca81..d0672bbc89 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -2476,8 +2476,7 @@ SELECT merge_db(1, 'dennis'); This example assumes the unique_violation error is caused by the INSERT, and not by an INSERT trigger function - on the table. Also, this example only works in the default Read - Committed transaction mode. + on the table.