diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index d2e74dca81e..d0672bbc89a 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.