mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Remove doc mention about read committed in upsert example.
This commit is contained in:
parent
f87712d208
commit
3472a2b056
1 changed files with 1 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue