Commit 3472a2b0 authored by Bruce Momjian's avatar Bruce Momjian

Remove doc mention about read committed in upsert example.

parent f87712d2
...@@ -2476,8 +2476,7 @@ SELECT merge_db(1, 'dennis'); ...@@ -2476,8 +2476,7 @@ SELECT merge_db(1, 'dennis');
</programlisting> </programlisting>
This example assumes the <literal>unique_violation</> error is caused by This example assumes the <literal>unique_violation</> error is caused by
the <command>INSERT</>, and not by an <command>INSERT</> trigger function the <command>INSERT</>, and not by an <command>INSERT</> trigger function
on the table. Also, this example only works in the default Read on the table.
Committed transaction mode.
</para> </para>
</example> </example>
</sect2> </sect2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment