diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-02-17 14:24:14 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-02-17 14:24:14 -0500 |
commit | 3472a2b0565ad0302e5ea47e49a95305c2b07f64 (patch) | |
tree | bf505d002ccc75044bbf8ea9b3a4cc9b65436a30 | |
parent | f87712d208f7dbe447cd27e92a99f49fd19afe94 (diff) | |
download | postgresql-3472a2b0565ad0302e5ea47e49a95305c2b07f64.tar.gz postgresql-3472a2b0565ad0302e5ea47e49a95305c2b07f64.zip |
Remove doc mention about read committed in upsert example.
-rw-r--r-- | doc/src/sgml/plpgsql.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
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'); </programlisting> This example assumes the <literal>unique_violation</> error is caused by the <command>INSERT</>, and not by an <command>INSERT</> trigger function - on the table. Also, this example only works in the default Read - Committed transaction mode. + on the table. </para> </example> </sect2> |